ConsoleColor
The set of colors used to foreground and background
color settings of the console.
Public Enum ConsoleColor
Values
- CurrentColor = - 1
- Used to indicate to use the current color settings.
- Black = 0
-
- DarkBlue = 1
-
- DarkGreen = 2
-
- DarkCyan = 3
-
- DarkRed = 4
-
- DarkMagenta = 5
-
- DarkYellow = 6
-
- Gray = 7
-
- DarkGray = 8
-
- Blue = 9
-
- Green = 10
-
- Cyan = 11
-
- Red = 12
-
- Magenta = 13
-
- Yellow = 14
-
- White = 15
-
See Also
Project CorLib Overview
Class Console Overview