#include <LineColors.h>
Definition at line 16 of file LineColors.h.
Definition at line 29 of file LineColors.h.
29 {
return kOrange + 3; }
Definition at line 43 of file LineColors.h.
45 if ( ncol > 0 ) icol = icolin%ncol;
46 if ( icol == 0 )
return blue();
47 if ( icol == 1 )
return red();
48 if ( icol == 2 )
return green();
49 if ( icol == 3 )
return brown();
50 if ( icol == 4 )
return violet();
51 if ( icol == 5 )
return orange();
52 if ( icol == 6 )
return cyan();
53 if ( icol == 7 )
return gray();
54 if ( icol == 8 )
return purple();
55 if ( icol == 9 )
return black();
56 if ( icol == 10 )
return yellow();
static ColorType lightGray()
static ColorType orange()
static ColorType purple()
static ColorType violet()
static ColorType yellow()
Definition at line 62 of file LineColors.h.
62 {
return color(icolin); }
static ColorType color(Index icolin, Index ncol=size())
Definition at line 31 of file LineColors.h.
31 {
return kOrange - 3; }
Definition at line 35 of file LineColors.h.
35 {
return kViolet + 2; }
static Index LineColors::size |
( |
| ) |
|
|
inlinestatic |
Definition at line 30 of file LineColors.h.
30 {
return kMagenta + 1; }
Definition at line 33 of file LineColors.h.
33 {
return kYellow - 7; }
The documentation for this class was generated from the following file: