OctreeQuantizer.InitialQuantizePixel Method
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 override void InitialQuantizePixel(Int32 pixel)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
pixel | Int32 | The pixel to quantize |