Abstarct class for Quantizers

The Quantizer..::..Color32 type exposes the following members.

Constructors

  NameDescription
Public methodQuantizer..::..Color32
DotNetNuke.Services.GeneratedImage.ImageQuantization.Quantizer.Color32

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Fields

  NameDescription
Public fieldAlpha
Holds the alpha component of the colour
Public fieldARGB
Permits the color32 to be treated as an int32
Public fieldBlue
Holds the blue component of the colour
Public fieldGreen
Holds the green component of the colour
Public fieldRed
Holds the red component of the colour

Properties

  NameDescription
Public propertyColor
Return the color for this Color32 object

See Also