The following tables list the members exposed by RasterColor.
Name | Description | |
---|---|---|
RasterColor Constructor | Overloaded. Initializes a new RasterColor structure with specific values for red, green and blue. |
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. | |
G | Gets or sets the green component of this RasterColor structure. | |
R | Gets or sets the red component of this RasterColor structure. |
Name | Description | |
---|---|---|
Equals | (Inherited from System.ValueType) | |
FromArgb | Creates a RasterColor from an argb value. | |
FromGdiPlusColor | Creates a RasterColor from a .NET Color structure. | |
FromRgb | Creates a RasterColor from an rgb value. | |
FromRgba | Creates a RasterColor from an rgba value. | |
GetHashCode | (Inherited from System.ValueType) | |
ToArgb | Gets a 32-bit value representation of this RasterColor structure. | |
ToGdiPlusColor | Converts this RasterColor to a .NET Color 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. Overridden. Converts this RasterColor structure to a human-readable string. |