OctreeQuantizer.OctreeQuantizer Constructor
Constructs the octree quantizer.
Remarks
The Octree quantizer is a two pass algorithm. The initial pass sets up the octree, the second pass quantizes a color based on the nodes in the tree
Syntax
Namespace: FlexCel.Draw
public OctreeQuantizer(Int32 maxColors, Int32 maxColorBits)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
maxColors | Int32 | The maximum number of colors to return | |
maxColorBits | Int32 | The number of significant bits |