GG
|
Contains the necessary data to represent a color in HSV space, with an alpha value thrown in to make conversions to and from GG::Clr possible. More...
#include <ColorDlg.h>
Public Member Functions | |
HSVClr () | |
HSVClr (double h_, double s_, double v_, GLubyte a_=255) | |
Public Attributes | |
double | h |
double | s |
double | v |
GLubyte | a |
Contains the necessary data to represent a color in HSV space, with an alpha value thrown in to make conversions to and from GG::Clr possible.
Definition at line 44 of file ColorDlg.h.