Enum Color
Colors that can be used to set the foreground and background colors in console applications.
public enum Color
Fields
Black = 0
The black color.
Blue = 1
The blue color.
BrightBlue = 9
The bright bBlue color.
BrightCyan = 11
The bright cyan color.
BrightGreen = 10
The bright green color.
BrightMagenta = 13
The bright magenta color.
BrightRed = 12
The bright red color.
BrightYellow = 14
The bright yellow color.
Brown = 6
The brown color.
Cyan = 3
The cyan color.
DarkGray = 8
The dark gray color.
Gray = 7
The gray color.
Green = 2
The green color.
Magenta = 5
The magenta color.
Red = 4
The red color.
White = 15
The White color.
Remarks
The HasValidColors value indicates either no-color has been set or the color is invalid.