ImageHelper Quantizer InitialQuantizePixel Method Kentico 8.0 API Reference
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.0.0.0 (8.0.5239.26125)
Remarks

This function need only be overridden if your quantize algorithm needs two passes, such as an Octree quantizer.
See Also