QuantizerInitialQuantizePixel Method |
Override this to process the pixel in the first pass of the algorithm
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Remarks
This function need only be overridden if your quantize algorithm needs two passes,
such as an Octree quantizer.
See Also