ImageHelper OctreeQuantizer Constructor Kentico 8.0 API Reference
Construct the octree quantizer.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

maxColors
Type: OnlineSystem Int32
The maximum number of colors to return
maxColorBits
Type: OnlineSystem Int32
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