|
Polymake Template Library (PTL) 4.15
|
Color description in RGB space: Red-Green-Blue additive color model. More...
#include <color.h>
Public Member Functions | |
| RGB () | |
| defaults to black | |
| RGB (double r, double g, double b) | |
| constructor from individual color channels | |
| RGB (Int r, Int g, Int b) | |
| ... variant for integer parameters | |
| RGB (const HSV &) | |
| converts from HSV representation | |
Color description in RGB space: Red-Green-Blue additive color model.