Name | Description | |
---|---|---|
Color Constructor | Initializes a new instance of the Color struct. |
The following tables list the members exposed by Color.
Name | Description | |
---|---|---|
Color Constructor | Initializes a new instance of the Color struct. |
Name | Description | |
---|---|---|
Black | Black color. | |
Blue | Blue color. | |
DarkBlue | Dark blue color. | |
Empty | Empty color. | |
Gray | Gray color. | |
Red | Red color. | |
Transparent | Transparent color. | |
White | White color. |
Name | Description | |
---|---|---|
A | Gets the A color component. | |
B | Gets the B color component. | |
G | Gets the G color component. | |
IsEmpty | Gets a value indicating whether this instance is empty. | |
R | Gets the R color component. | |
Value | Gets the value. |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the specified instance of Color is equal to this instance | |
FromArgb | Overloaded. Creates new color from color components. | |
GetHashCode | Returns the hash code for this instance. | |
ToArgb | Gets ARGB value of the color. |
Equality | Implements the operator ==. |
Implicit Type Conversion | Performs an implicit conversion from Color to System.UInt32. |
Inequality | Implements the operator !=. |