Override this to process the pixel in the second pass of the algorithm
Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantizationAssembly: 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 |
Parameters
- pixel
- Type: DotNetNuke.Services.GeneratedImage.ImageQuantization..::..Quantizer..::..Color32
The pixel to quantize