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()
ColorType operator[](Index icolin) const
static ColorType orange()
static ColorType purple()
static ColorType color(Index icolin, Index ncol=size())
static ColorType violet()
static ColorType yellow()