AForge.Imaging.ColorReduction.OrderedColorDithering.OrderedColorDithering C# (CSharp) 메소드

OrderedColorDithering() 공개 메소드

Initializes a new instance of the OrderedColorDithering class.
public OrderedColorDithering ( byte matrix ) : System
matrix byte Threshold matrix (see property).
리턴 System
        public OrderedColorDithering( byte[,] matrix )
        {
            ThresholdMatrix = matrix;
        }

Same methods

OrderedColorDithering::OrderedColorDithering ( ) : System