ImageHelperQuantizerInitialQuantizePixel Method |
Override this to process the pixel in the first pass of the algorithm.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax Remarks
This function need only be overridden if your quantize algorithm needs two passes,
such as an Octree quantizer.
See Also