Color
Color class
Represents an ARGB (alpha, red, green, blue) color.
Constructors
| Name |
Description |
| Color(int, int, int) |
Initializes a new instance of the Color class. |
| Color(int, int, int, int) |
Initializes a new instance of the Color class. |
Properties
| Name |
Description |
| Alpha { get; } |
Gets the alpha component value of this instance. |
| Blue { get; } |
Gets the blue component value of this instance. |
| Green { get; } |
Gets the green component value of this instance. |
| Red { get; } |
Gets the red component value of this instance. |
Methods
| Name |
Description |
| override ToString() |
Returns a String that represents the current Color. |
See Also