The following tables list the members exposed by Color.
| Name | Description | |
|---|---|---|
![]() | A | Gets the alpha component value of this Color structure. |
![]() | B | Gets the blue component value of this Color structure. |
![]() ![]() | Black | Gets a predefined color. |
![]() ![]() | Blue | Gets a predefined color. |
![]() ![]() | Brown | Gets a predefined color. |
![]() ![]() | Cyan | Gets a predefined color. |
![]() ![]() | DarkGray | Gets a predefined color. |
![]() | G | Gets the green component value of this Color structure. |
![]() ![]() | Gray | Gets a predefined color. |
![]() ![]() | Green | Gets a predefined color. |
![]() | IsEmpty | Specifies whether this Color structure is uninitialized. |
![]() ![]() | LightGray | Gets a predefined color. |
![]() ![]() | Orange | Gets a predefined color. |
![]() ![]() | Purple | Gets a predefined color. |
![]() | R | Gets the red component value of this Color structure. |
![]() ![]() | Red | Gets a predefined color. |
![]() ![]() | White | Gets a predefined color. |
![]() ![]() | Yellow | Gets a predefined color. |
| Name | Description | |
|---|---|---|
![]() | Equals | Tests whether the specified object is a Color structure and is equivalent to this Color structure. |
![]() ![]() | FromArgb | Overloaded. Creates a Color structure from a 32-bit ARGB value. |
![]() ![]() | FromName | Gets color by name. |
![]() | GetHashCode | Returns the hash code for this instance. |
![]() | ToArgb | Gets the 32-bit ARGB value of this Color structure. |
![]() | ToString | Returns the fully qualified type name of this instance. |
Equality | The inequality operator (==) returns true if its operands are equal, false otherwise. |
Implicit Type Conversion | Implicit conversion to the System.Drawing.Color. |
Inequality | The inequality operator (!=) returns false if its operands are equal, true otherwise. |



