Abstarct class for Quantizers
The Quantizer..::..Color32 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Quantizer..::..Color32 | DotNetNuke.Services.GeneratedImage.ImageQuantization.Quantizer.Color32 |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
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
Name | Description | |
---|---|---|
![]() | Alpha |
Holds the alpha component of the colour
|
![]() | ARGB |
Permits the color32 to be treated as an int32
|
![]() | Blue |
Holds the blue component of the colour
|
![]() | Green |
Holds the green component of the colour
|
![]() | Red |
Holds the red component of the colour
|
Properties
Name | Description | |
---|---|---|
![]() | Color |
Return the color for this Color32 object
|