Loading...
Searching...
No Matches
colormod.H File Reference

Simple header and source file of the Color::Modifier class to change color to the output stream. More...

#include <ostream>

Go to the source code of this file.

Classes

class  Color::Modifier
 Class to change color to the output stream. More...

Enumerations

enum  Code {
  FG_RED = 31 , FG_GREEN = 32 , FG_BLUE = 34 , FG_DEFAULT = 39 ,
  BG_RED = 41 , BG_GREEN = 42 , BG_BLUE = 44 , BG_DEFAULT = 49
}

Detailed Description

Simple header and source file of the Color::Modifier class to change color to the output stream.

Definition in file colormod.H.

Enumeration Type Documentation

◆ Code

enum Color::Code

Definition at line 11 of file colormod.H.