AForge.Imaging.ColorReduction.OrderedColorDithering.OrderedColorDithering C# (CSharp) Method

OrderedColorDithering() public method

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

Same methods

OrderedColorDithering::OrderedColorDithering ( ) : System