OscProb
|
Enumerations | |
enum | Code { FG_RED = 31 , FG_GREEN = 32 , FG_BLUE = 34 , FG_DEFAULT = 39 , BG_RED = 41 , BG_GREEN = 42 , BG_BLUE = 44 , BG_DEFAULT = 49 } |
Functions | |
string | Modifier (string s, Code code) |
Variables | |
static const string | FAILED = Modifier("FAILED:", FG_RED) |
static const string | PASSED = Modifier("PASSED:", FG_GREEN) |
enum Color::Code |
Enumerator | |
---|---|
FG_RED | |
FG_GREEN | |
FG_BLUE | |
FG_DEFAULT | |
BG_RED | |
BG_GREEN | |
BG_BLUE | |
BG_DEFAULT |
Definition at line 5 of file colormod.h.
string Color::Modifier | ( | string | s, |
Code | code | ||
) |
Definition at line 16 of file colormod.h.
|
static |
Definition at line 20 of file colormod.h.
Referenced by CheckProb().
|
static |
Definition at line 21 of file colormod.h.
Referenced by CheckProb().