Process the pixel in the first pass of the algorithm

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

Syntax

C#
protected override void InitialQuantizePixel(
	Quantizer..::..Color32 pixel
)
Visual Basic
Protected Overrides Sub InitialQuantizePixel ( 
	pixel As Quantizer..::..Color32
)

Remarks

This function need only be overridden if your quantize algorithm needs two passes, such as an Octree quantizer.

See Also