Click or drag to resize

OctreeQuantizer Constructor (Int32, Int32)

Initializes a new instance of the OctreeQuantizer class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OctreeQuantizer(
	int maxColors,
	int maxColorBits
)

Parameters

maxColors
Type: SystemInt32
The maximum number of colors to return
maxColorBits
Type: SystemInt32
The number of significant bits
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.
See Also