sculpto
|
Helper to setting color of text in console implementation module. More...
Go to the source code of this file.
Namespaces | |
namespace | scl |
namespace | scl::console |
Enumerations | |
enum class | scl::console::color { scl::console::BLACK , scl::console::RED , scl::console::GREEN , scl::console::YELLOW , scl::console::BLUE , scl::console::MAGENTA , scl::console::CYAN , scl::console::WHITE } |
Functions | |
std::string | scl::console::color_literal (color ForegroundColor) |
std::string | scl::console::color_literal (color ForegroundColor, color BackgroundColor) |
const std::string | scl::console::color_literal_reset () |
Helper to setting color of text in console implementation module.
Definition in file console_colors.h.