#include "Appender.h"
#include <vector>
Go to the source code of this file.
|
enum | ColorTypes {
BLACK
,
RED
,
GREEN
,
BROWN
,
BLUE
,
MAGENTA
,
CYAN
,
GREY
,
YELLOW
,
LRED
,
LGREEN
,
LBLUE
,
LMAGENTA
,
LCYAN
,
WHITE
,
NUM_COLOR_TYPES
} |
|
◆ ColorTypes
Enumerator |
---|
BLACK | |
RED | |
GREEN | |
BROWN | |
BLUE | |
MAGENTA | |
CYAN | |
GREY | |
YELLOW | |
LRED | |
LGREEN | |
LBLUE | |
LMAGENTA | |
LCYAN | |
WHITE | |
NUM_COLOR_TYPES | |
26{
43};
@ BROWN
Definition: AppenderConsole.h:30
@ LRED
Definition: AppenderConsole.h:36
@ WHITE
Definition: AppenderConsole.h:41
@ BLUE
Definition: AppenderConsole.h:31
@ GREY
Definition: AppenderConsole.h:34
@ LMAGENTA
Definition: AppenderConsole.h:39
@ MAGENTA
Definition: AppenderConsole.h:32
@ NUM_COLOR_TYPES
Definition: AppenderConsole.h:42
@ GREEN
Definition: AppenderConsole.h:29
@ CYAN
Definition: AppenderConsole.h:33
@ LBLUE
Definition: AppenderConsole.h:38
@ LCYAN
Definition: AppenderConsole.h:40
@ YELLOW
Definition: AppenderConsole.h:35
@ LGREEN
Definition: AppenderConsole.h:37
@ BLACK
Definition: AppenderConsole.h:27
@ RED
Definition: AppenderConsole.h:28