Panini 1.4.0
Header-only library for generating C++, written in C++17
panini::DebugWriter::Colors Struct Reference

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

Detailed Description

Colors used in the console output.

Member Enumeration Documentation

◆ Values

Enumerator
Black 
Blue 
Green 
Red 
Yellow 
Cyan 
Fuchsia 
White 
Light 

The documentation for this struct was generated from the following file: