Leadtools Namespace : RasterColorHelper Class |
The following tables list the members exposed by RasterColorHelper.
Name | Description | |
---|---|---|
Black | Gets a RasterColor that represents black. | |
MaximumComponent | Maximum value for the alpha, red, green, blue component. | |
MinimumComponent | Minimum value for the alpha, red, green, blue component. | |
White | Gets a RasterColor that represents white. |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of this RasterColor | |
Create | Overloaded. Creates a new RasterColor with the specified values. | |
FromArgb | Creates a RasterColor from an RGB value. | |
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. | |
FromString | Converts the specified text to a RasterColor object. | |
GetKnownColor | Gets the known color enumeration member that matches this color ARGB value. | |
GetKnownColorName | Gets the human readable representation of a known color. | |
GetStringDescription | Converts the specified RasterColor structure to a human-readable string. | |
IsEqual | Specifies whether two RasterColor objects contain the same values. | |
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. | |
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. |