Click or drag to resize
Accord.NET (logo)

IColorQuantizerAddColor Method

Process color by a color quantization algorithm.

Namespace:  Accord.Imaging.ColorReduction
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
void AddColor(
	Color color
)
Request Example View Source

Parameters

color
Type: System.DrawingColor
Color to process.
Remarks

Depending on particular implementation of IColorQuantizer interface, this method may simply process the specified color or store it in internal list for later color palette calculation.

See Also