Click or drag to resize
ImageHelperQuantizerInitialQuantizePixel 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: 9.0.0
Syntax
C#
protected virtual void InitialQuantizePixel(
	ImageHelperQuantizerColor32 pixel
)

Parameters

pixel
Type: CMS.HelpersImageHelperQuantizerColor32
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