Show / Hide Table of Contents

Class OctreeQuantizer

Inheritance
object
Quantizer
OctreeQuantizer
Inherited Members
Quantizer.Quantize(Image)
Quantizer.FirstPass(BitmapData, int, int)
Quantizer.SecondPass(BitmapData, Bitmap, int, int, Rectangle)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantization
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
Type Name Description
ColorPalette original
Returns
Type Description
ColorPalette
Overrides
Quantizer.GetPalette(ColorPalette)

InitialQuantizePixel(Color32)

Declaration
protected override void InitialQuantizePixel(Quantizer.Color32 pixel)
Parameters
Type Name Description
Quantizer.Color32 pixel
Overrides
Quantizer.InitialQuantizePixel(Quantizer.Color32)

QuantizePixel(Color32)

Declaration
protected override byte QuantizePixel(Quantizer.Color32 pixel)
Parameters
Type Name Description
Quantizer.Color32 pixel
Returns
Type Description
byte
Overrides
Quantizer.QuantizePixel(Quantizer.Color32)

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS