Quantizer.InitialQuantizePixel Method
Override this to process the pixel in the first pass of the algorithm
Remarks
This function need only be overridden if your quantize algorithm needs two passes, such as an Octree quantizer.
Syntax
Namespace: FlexCel.Draw
protected virtual void InitialQuantizePixel(Int32 pixel)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
pixel | Int32 | The pixel to quantize |