Goby3 3.2.3
2025.05.13
|
Represents the eight available terminal colors (and bold variants) More...
#include <goby/util/debug_logger/term_color.h>
Public Types | |
enum | Color { nocolor , red , lt_red , green , lt_green , yellow , lt_yellow , blue , lt_blue , magenta , lt_magenta , cyan , lt_cyan , white , lt_white } |
The eight terminal colors (and bold or "light" variants) More... | |
Represents the eight available terminal colors (and bold variants)
Definition at line 108 of file term_color.h.
The eight terminal colors (and bold or "light" variants)
Enumerator | |
---|---|
nocolor | |
red | |
lt_red | |
green | |
lt_green | |
yellow | |
lt_yellow | |
blue | |
lt_blue | |
magenta | |
lt_magenta | |
cyan | |
lt_cyan | |
white | |
lt_white |
Definition at line 111 of file term_color.h.