iRoCS Toolbox
1.1.0
|
Descr. More...
Functions | |
const blitz::TinyVector< unsigned char, 3 > | aquamarine (125, 155, 212) |
const blitz::TinyVector< unsigned char, 3 > | black (0, 0, 0) |
const blitz::TinyVector< unsigned char, 3 > | blue (0, 0, 255) |
const blitz::TinyVector< unsigned char, 3 > | copper (255, 158, 102) |
const blitz::TinyVector< unsigned char, 3 > | cyan (0, 255, 255) |
const blitz::TinyVector< unsigned char, 3 > | darkRed (127, 0, 0) |
const blitz::TinyVector< unsigned char, 3 > | gray (127, 127, 127) |
const blitz::TinyVector< unsigned char, 3 > | green (0, 255, 0) |
blitz::TinyVector< unsigned char, 3 > | jet (float val) |
const blitz::TinyVector< unsigned char, 3 > | magenta (255, 0, 255) |
const blitz::TinyVector< unsigned char, 3 > | red (255, 0, 0) |
const blitz::TinyVector< unsigned char, 3 > | white (255, 255, 255) |
const blitz::TinyVector< unsigned char, 3 > | yellow (255, 255, 0) |
Descr.
paramName | description |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::red | ( | 255 | , |
0 | , | ||
0 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::green | ( | 0 | , |
255 | , | ||
0 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::blue | ( | 0 | , |
0 | , | ||
255 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::yellow | ( | 255 | , |
255 | , | ||
0 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::magenta | ( | 255 | , |
0 | , | ||
255 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::cyan | ( | 0 | , |
255 | , | ||
255 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::black | ( | 0 | , |
0 | , | ||
0 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::white | ( | 255 | , |
255 | , | ||
255 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::gray | ( | 127 | , |
127 | , | ||
127 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::darkRed | ( | 127 | , |
0 | , | ||
0 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::copper | ( | 255 | , |
158 | , | ||
102 | |||
) |
const blitz::TinyVector<unsigned char,3> BlitzRGBColors::aquamarine | ( | 125 | , |
155 | , | ||
212 | |||
) |
blitz::TinyVector<unsigned char,3> BlitzRGBColors::jet | ( | float | val | ) |