ImageHelperOctreeQuantizerQuantizePixel Method |
Override this to process the pixel in the second pass of the algorithm.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax protected override byte QuantizePixel(
ImageHelperQuantizerColor32 pixel
)
Parameters
- pixel
- Type: CMS.HelpersImageHelperQuantizerColor32
The pixel to quantize
Return Value
Type:
ByteThe quantized value
See Also