Search notes:

System.ConsoleColor (enum)

System.ConsoleColor is an enum that lists 16 predefined to color the background and characters of text in the console.
There are 8 base colors with a light and dark variant:
Black DarkGray
Blue DarkBlue
Cyan DarkCyan
Green DarkGreen
Magenta DarkMagenta
Red DarkRed
Yellow DarkYellow
Gray DarkGray
These colors correspond to the 16 basic ANSI escape sequence colors.

See also

Powershell:
This enum is used for the BackgroundColor and ForegroundColor properties of System.Console and System.Management.Automation.Host.PSHostRawUserInterface
System.Drawing.Color

Index