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

Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected abstract byte QuantizePixel(
	Quantizer..::..Color32 pixel
)
Visual Basic
Protected MustOverride Function QuantizePixel ( 
	pixel As Quantizer..::..Color32
) As Byte

Return Value

The quantized value

See Also