Click or drag to resize
Accord.NET (logo)

IColorQuantizerClear Method

Clear internals of the algorithm, like accumulated color table, etc.

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

The methods resets internal state of a color quantization algorithm returning it to initial state.

See Also