Polymake Template Library (PTL) 4.12
Public Member Functions | List of all members
pm::HSV Class Reference

Color description in HSV space. More...

#include <color.h>

Inherits pm::GenericStruct< Struct >.

Public Member Functions

 HSV ()
 defaults to black
 
 HSV (double h, double s, double v)
 create from channels
 
 HSV (const RGB &)
 converts from RGB representation
 

Detailed Description

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.


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