Class OctreeQuantizer
Inheritance
OctreeQuantizer
Assembly: DotNetNuke.dll
Syntax
public class OctreeQuantizer : Quantizer
Constructors
OctreeQuantizer(int, int)
Declaration
public OctreeQuantizer(int maxColors, int maxColorBits)
Parameters
| Type |
Name |
Description |
| int |
maxColors |
|
| int |
maxColorBits |
|
Methods
GetPalette(ColorPalette)
Declaration
protected override ColorPalette GetPalette(ColorPalette original)
Parameters
Returns
Overrides
InitialQuantizePixel(Color32)
Declaration
protected override void InitialQuantizePixel(Quantizer.Color32 pixel)
Parameters
Overrides
QuantizePixel(Color32)
Declaration
protected override byte QuantizePixel(Quantizer.Color32 pixel)
Parameters
Returns
Overrides
Extension Methods