Click or drag to resize

QuantizerInitialQuantizePixel Method

Override this to process the pixel in the first pass of the algorithm

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void InitialQuantizePixel(
	QuantizerColor32 pixel
)

Parameters

pixel
Type: callback.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