AForge.Imaging.Filters.OrderedDithering.OrderedDithering C# (CSharp) 메소드

OrderedDithering() 공개 메소드

Initializes a new instance of the OrderedDithering class.
public OrderedDithering ( ) : System
리턴 System
        public OrderedDithering( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }

Same methods

OrderedDithering::OrderedDithering ( byte matrix ) : System