|
Panini 1.4.0
Header-only library for generating C++, written in C++17
|
Colors used in the console output. More...
#include <DebugWriter.hpp>
Public Types | |
| enum | Values : uint16_t { Black = 0 , Blue = (1 << 0) , Green = (1 << 1) , Red = (1 << 2) , Yellow = Red | Green , Cyan = Green | Blue , Fuchsia = Red | Blue , White = Red | Green | Blue , Light = (1 << 3) } |
Colors used in the console output.
| enum panini::DebugWriter::Colors::Values : uint16_t |