Process the pixel in the first pass of the algorithm
Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
protected override void InitialQuantizePixel( Quantizer..::..Color32 pixel ) |
Visual Basic |
---|
Protected Overrides Sub InitialQuantizePixel ( pixel As Quantizer..::..Color32 ) |
Parameters
- pixel
- Type: DotNetNuke.Services.GeneratedImage.ImageQuantization..::..Quantizer..::..Color32
The pixel to quantize
Remarks
This function need only be overridden if your quantize algorithm needs two passes,
such as an Octree quantizer.