|
Polymake Template Library (PTL) 4.14
|
Color description in HSV space. More...
#include <color.h>
Public Member Functions | |
| HSV () | |
| defaults to black | |
| HSV (double h, double s, double v) | |
| create from channels | |
| HSV (const RGB &) | |
| converts from RGB representation | |
Color description in HSV space.
Hue-Saturation-Value color model. This color model is more natural with respect to human physiology than the RGB model.