Click or drag to resize
Accord.NET (logo)

ColorImageQuantizerQuantizer Property

Color quantization algorithm used by this class to build color palettes for the specified images.

Namespace:  Accord.Imaging.ColorReduction
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public IColorQuantizer Quantizer { get; set; }
Request Example View Source

Property Value

Type: IColorQuantizer
See Also