sculpto
Namespaces | Enumerations | Functions
console_colors.h File Reference

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 ()
 

Detailed Description

Helper to setting color of text in console implementation module.

Author
Sabitov Kirill
Date
23 June 2022

Definition in file console_colors.h.