AForge.Imaging.Filters.ErrorDiffusionDithering.ErrorDiffusionDithering C# (CSharp) Method

ErrorDiffusionDithering() protected method

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