Accord.Imaging.ColorReduction.FloydSteinbergColorDithering.FloydSteinbergColorDithering C# (CSharp) Method

FloydSteinbergColorDithering() public method

Initializes a new instance of the FloydSteinbergColorDithering class.
public FloydSteinbergColorDithering ( ) : System
return System
        public FloydSteinbergColorDithering( )
            : base( new int[2][] {
                new int[1] { 7 },
                new int[3] { 3, 5, 1 } } )
        {
        }
    }
FloydSteinbergColorDithering