AForge.Imaging.Filters.ErrorDiffusionDithering.ErrorDiffusionDithering C# (CSharp) Méthode

ErrorDiffusionDithering() protected méthode

Initializes a new instance of the ErrorDiffusionDithering class.
protected ErrorDiffusionDithering ( ) : System
Résultat System
        protected ErrorDiffusionDithering( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }