Describes a color in terms of red, green, blue, and alpha channels.
Color does not derive from any class, and no classes derive from it.
public class Color
Public Class Color
| Name | Description |
|---|---|
| BLACK | Gets the color that has the ARGB value of #FF000000. |
| WHITE | Gets the color that has the ARGB value of #FFFFFFFF. |
| GREEN | Gets the color that has the ARGB value of #FF00FF00. |
| RED | Gets the color that has the ARGB value of #FFFF0000. |
| BLUE | Gets the color that has the ARGB value of #FF0000FF. |
| YELLOW | Gets the color that has the ARGB value of #FFFFFF00. |
| MAGENTA | Gets the color that has the ARGB value of #FFFF00FF. |
| CYAN | Gets the color that has the ARGB value of #FF00FFFF. |