AForge.Imaging.ColorReduction.MedianCutQuantizer.Clear C# (CSharp) Méthode

Clear() public méthode

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