Jpp
JColor.hh
Go to the documentation of this file.
1 #ifndef __JEEP__JCOLOR__
2 #define __JEEP__JCOLOR__
3 
4 /**
5  * \file
6  * I/O coloring auxiliaries.
7  * \author mdejong
8  */
9 
10 #include "JLang/JColorFacet.hh"
11 
12 using JLANG::RED;
13 using JLANG::GREEN;
14 using JLANG::BLUE;
15 using JLANG::WHITE;
16 using JLANG::CYAN;
17 using JLANG::PURPLE;
18 using JLANG::YELLOW;
19 using JLANG::RESET;
20 using JLANG::BOLD;
21 
22 #endif
JLANG::PURPLE
purple
Definition: JColorFacet.hh:35
JLANG::CYAN
cyan
Definition: JColorFacet.hh:34
JLANG::RED
red
Definition: JColorFacet.hh:30
JLANG::WHITE
white
Definition: JColorFacet.hh:33
JLANG::BOLD
bold
Definition: JColorFacet.hh:38
JLANG::YELLOW
yellow
Definition: JColorFacet.hh:36
JLANG::GREEN
green
Definition: JColorFacet.hh:31
JLANG::BLUE
blue
Definition: JColorFacet.hh:32
JColorFacet.hh
JLANG::RESET
reset
Definition: JColorFacet.hh:37