Click or drag to resize
ImageHelper.Quantizer.InitialQuantizePixel Method
Override this to process the pixel in the first pass of the algorithm.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
protected virtual void InitialQuantizePixel(
	ImageHelper. Quantizer. Color32 pixel
)

Parameters

pixel
Type: CMS.Helpers.ImageHelper.Quantizer.Color32
The pixel to quantize
Remarks
This function need only be overridden if your quantize algorithm needs two passes, such as an Octree quantizer.
See Also