Leadtools Namespace : RasterColor Structure |
The following tables list the members exposed by RasterColor.
Name | Description | |
---|---|---|
RasterColor Constructor | Overloaded. |
Name | Description | |
---|---|---|
MaximumComponent | Maximum value for the alpha, red, green, blue component. | |
MinimumComponent | Minimum value for the alpha, red, green, blue component. |
Name | Description | |
---|---|---|
A | Gets or sets the alpha component of this RasterColor structure. | |
B | Gets or sets the blue component of this RasterColor structure. | |
Black | Gets a RasterColor that represents black. | |
ColorRef | Gets a Windows COLORREF color representation of this color. | |
G | Gets or sets the green component of this RasterColor structure. | |
IsKnownColor | Gets a value indicating whether this RasterColor structure is a predefined color. Predefined colors are represented by the elements of the RasterKnownColor enumeration. | |
IsPaletteIndex | Gets a value that determines whether this RasterColor is a palette index value. | |
R | Gets or sets the red component of this RasterColor structure. | |
White | Gets a RasterColor that represents white. |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of this RasterColor | |
Create | Creates a new RasterColor with the specified values. | |
Create_ObjectiveC | Creates a new RasterColor with the specified values. | |
Equals | Overloaded. Specifies whether two RasterColor objects contain the same values. | |
FromArgb | Creates a RasterColor from an a rgb value. | |
FromColorRef | Creates a new RasterColor object from a Windows COLORREF representation. | |
FromKnownColor | Creates a new RasterColor structure from a known color. | |
FromPaletteIndex | Creates a new RasterColor object that is an index into a palette | |
FromRgb | Creates a RasterColor from an rgb value. | |
FromRgba | Creates a RasterColor from an rgba value. | |
GetKnownColor | Gets the known color enumeration member that matches this color ARGB value. | |
GetKnownColorName | Gets the human readable representation of a known color. | |
ToArgb | Gets a 32-bit value representation of this RasterColor structure. | |
ToRgb | Gets a 32-bit value representation of this RasterColor structure. | |
ToRgba | Gets a 32-bit value representation of this RasterColor structure. | |
ToString | Overridden. Converts this RasterColor structure to a human-readable string. |