Polymake Template Library (PTL): lib/core/include/color.h File Reference
Polymake Template Library (PTL)  4.2
color.h File Reference

Implementation of pm::RGB and pm::HSV classes. More...

Classes

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...
 

Namespaces

 pm
 global namespace for all classes from the polymake project
 
 polymake
 namespace to be used for client code
 

Detailed Description

Implementation of pm::RGB and pm::HSV classes.