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

StuckiColorDithering() public method

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