Click or drag to resize

QuantizerQuantizePixel Method

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

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected abstract byte QuantizePixel(
	QuantizerColor32 pixel
)

Parameters

pixel
Type: callback.ShellBoost.Core.UtilitiesQuantizerColor32
The pixel to quantize

Return Value

Type: Byte
The quantized value
See Also