Click or drag to resize
Accord.NET (logo)

MedianCutQuantizerClear Method

Clear internal state of the color quantization algorithm by clearing the list of colors so far processed.

Namespace:  Accord.Imaging.ColorReduction
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public void Clear()
Request Example View Source

Implements

IColorQuantizerClear
See Also