AForge.Imaging.ColorReduction.MedianCutQuantizer.Clear C# (CSharp) Method

Clear() public method

Clear internal state of the color quantization algorithm by clearing the list of colors so far processed.
public Clear ( ) : void
return void
        public void Clear( )
        {
            colors.Clear( );
        }