Polymake Template Library (PTL) 4.13
polymake::RGB Class Reference

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

Detailed Description

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


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