|
Jpp
|
I/O coloring auxiliaries. More...
Go to the source code of this file.
Variables | |
| const char *const | WHITE = "\033[97m" |
| print white More... | |
| const char *const | CYAN = "\033[96m" |
| print cyan More... | |
| const char *const | PURPLE = "\033[95m" |
| print purple More... | |
| const char *const | BLUE = "\033[94m" |
| print blue More... | |
| const char *const | YELLOW = "\033[93m" |
| print yellow More... | |
| const char *const | GREEN = "\033[92m" |
| print green More... | |
| const char *const | RED = "\033[91m" |
| print red More... | |
| const char *const | RESET = "\033[0m" |
| print reset color More... | |
| const char *const | BOLD = "\033[1m" |
| print bold More... | |
I/O coloring auxiliaries.
Definition in file JColor.hh.
1.8.5