HomeManualTopicsTypesSymbols

Colours

Description

The Terminal library uses std_types::characters for text and background colours.

See also

Terminal
std::BLACK the colour black as used by the terminal library
std::BLUE the colour blue as used by the terminal library
std::CYAN the colour cyan as used by the terminal library
std::GREEN the colour green as used by the terminal library
std::GREY the colour grey as used by the terminal library
std::MAGENTA the colour magenta as used by the terminal library
std::RED the colour red as used by the terminal library
std::WHITE the colour white as used by the terminal library
std::YELLOW the colour yellow as used by the terminal library
std::blue_component_of the blue component of a colour
std::green_component_of the green component of a colour
std::red_component_of the red component of a colour