Click or drag to resize

QuantizerQuantizePixel Method

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

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

Parameters

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

Return Value

Type: Byte
The quantized value
See Also