Polymake Template Library (PTL): pm::RGB Class Reference
Polymake Template Library (PTL)  4.2
pm::RGB Class Reference

Color description in RGB space: Red-Green-Blue additive color model. More...

Inherits pm::GenericStruct< Struct >.

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
 

Detailed Description

Color description in RGB space: Red-Green-Blue additive color model.


The documentation for this class was generated from the following file: