Click or drag to resize
ImageHelperOctreeQuantizerQuantizePixel Method
Override this to process the pixel in the second pass of the algorithm.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
protected override byte QuantizePixel(
	ImageHelperQuantizerColor32 pixel
)

Parameters

pixel
Type: CMS.HelpersImageHelperQuantizerColor32
The pixel to quantize

Return Value

Type: Byte
The quantized value
See Also