sculpto
|
Enumerations | |
enum class | color { BLACK , RED , GREEN , YELLOW , BLUE , MAGENTA , CYAN , WHITE } |
Functions | |
std::string | color_literal (color ForegroundColor) |
std::string | color_literal (color ForegroundColor, color BackgroundColor) |
const std::string | color_literal_reset () |
|
strong |
|
inline |
ForegroundColor | - new console foreground color. |
Definition at line 32 of file console_colors.h.
ForegroundColor | - new console foreground color. |
BackgroundColor | - new console background color. |
Definition at line 46 of file console_colors.h.
|
inline |
Definition at line 62 of file console_colors.h.