struct Color
Parents | |
|
The structure describes a color in terms of red, green, blue, and alpha components.
Static Public Properties | |
The system-defined black color. |
|
The system-defined blue color. |
|
The system-defined gray color. |
|
The system-defined green color. |
|
No color. |
|
The system defined red color. |
|
The system-defined white color. |
|
The system-defined yellow color. |
Static Public Methods | |
Translates an HTML color representation to a |
|
Creates a |
|
Creates a |
|
Checks whether two |
|
Checks whether two |
Public Properties | |
The alpha component value of the color. |
|
The blue component value of the color. |
|
The green component value of the color. |
|
Indicates whether the color is transparent. |
|
The red component value of the color. |
Public Constructors | |
A constructor. |
Public Methods | |
Checks whether the current object is equal to another object of the same type. |
|
Checks whether the specified object is a |
|
Gets a hash code for this |
|
Deconstructs a |