ConnectX 3.0
ConnectX Game Suite
Loading...
Searching...
No Matches
Color Namespace Reference

Variables

constexpr int RESET = 0
 
constexpr int RED = 31
 
constexpr int GREEN = 32
 
constexpr int YELLOW = 33
 
constexpr int BLUE = 34
 
constexpr int MAGENTA = 35
 
constexpr int CYAN = 36
 
constexpr int WHITE = 37
 
constexpr int BRIGHT_RED = 91
 
constexpr int BRIGHT_GREEN = 92
 
constexpr int BRIGHT_YELLOW = 93
 
constexpr int BRIGHT_BLUE = 94
 

Variable Documentation

◆ BLUE

constexpr int Color::BLUE = 34
inlineconstexpr

◆ BRIGHT_BLUE

constexpr int Color::BRIGHT_BLUE = 94
inlineconstexpr

◆ BRIGHT_GREEN

constexpr int Color::BRIGHT_GREEN = 92
inlineconstexpr

◆ BRIGHT_RED

constexpr int Color::BRIGHT_RED = 91
inlineconstexpr

◆ BRIGHT_YELLOW

constexpr int Color::BRIGHT_YELLOW = 93
inlineconstexpr

◆ CYAN

constexpr int Color::CYAN = 36
inlineconstexpr

◆ GREEN

constexpr int Color::GREEN = 32
inlineconstexpr

◆ MAGENTA

constexpr int Color::MAGENTA = 35
inlineconstexpr

◆ RED

constexpr int Color::RED = 31
inlineconstexpr

◆ RESET

constexpr int Color::RESET = 0
inlineconstexpr

◆ WHITE

constexpr int Color::WHITE = 37
inlineconstexpr

◆ YELLOW

constexpr int Color::YELLOW = 33
inlineconstexpr