Implementation of pm::RGB and pm::HSV classes.
More...
|
| class | pm::color_error |
| | An exception of this type is thrown by an attempt to assign a wrong value to some color component. More...
|
| |
| class | pm::RGB |
| | Color description in RGB space: Red-Green-Blue additive color model. More...
|
| |
| class | pm::HSV |
| | Color description in HSV space. More...
|
| |
|
| namespace | pm |
| | global namespace for all classes from the polymake project
|
| |
| namespace | polymake |
| | namespace to be used for client code
|
| |
Implementation of pm::RGB and pm::HSV classes.