Click or drag to resize

OctreeQuantizerInitialQuantizePixel Method

Process the pixel in the first pass of the algorithm

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected override void InitialQuantizePixel(
	QuantizerColor32 pixel
)

Parameters

pixel
Type: ShellBoost.Core.UtilitiesQuantizerColor32
The pixel to quantize
Remarks
This function need only be overridden if your quantize algorithm needs two passes, such as an Octree quantizer.
See Also