ARB
AP_TreeColors.hxx
Go to the documentation of this file.
1 // ============================================================ //
2 // //
3 // File : AP_TreeColors.hxx //
4 // Purpose : //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in June 2016 //
7 // http://www.arb-home.de/ //
8 // //
9 // ============================================================ //
10 
11 #ifndef AP_TREECOLORS_HXX
12 #define AP_TREECOLORS_HXX
13 
14 #ifndef AW_COLOR_GROUPS_HXX
15 #include <aw_color_groups.hxx>
16 #endif
17 
18 enum {
28 
29  // for probe coloring
30 
33 
37 
38  AWT_GC_ORANGE, // red+yellow // #FFD206
39  AWT_GC_AQUAMARIN, // green+cyan
40  AWT_GC_PURPLE, // blue+magenta
41 
42  AWT_GC_YELLOW, // red+green
43  AWT_GC_CYAN, // green+blue
44  AWT_GC_MAGENTA, // blue+red
45 
46  AWT_GC_LAWNGREEN, // green+yellow
47  AWT_GC_SKYBLUE, // blue+cyan
48  AWT_GC_PINK, // red+magenta
49 
50  // end probe coloring
51 
55 };
56 
57 
58 #else
59 #error AP_TreeColors.hxx included twice
60 #endif // AP_TREECOLORS_HXX
#define AW_COLOR_GROUPS
#define AW_RANGE_COLORS