-
Notifications
You must be signed in to change notification settings - Fork 0
6. ScreenColorOption
Enes Okullu edited this page Apr 22, 2024
·
1 revision
It holds ForegroundColor as ConsoleColor and BackgroundColor as ConsoleColor. It has a constructor ScreenColorOption(ConsoleColor foregroundColor, ConsoleColor backgroundColor)
ScreenColorOptionYellow
- Black background, yellow text color.
ScreenColorOptionGreen
- Black background, green text color.
ScreenColorOptionCyan
- Black background, cyan text color.
ScreenColorOptionDarkYellow
- Black background, dark yellow text color.
SetScreenColors(ScreenColorOption screenColorOption);

ShowAvailableColors();
List every color combinations provided by ConsoleColor
