|
GG
|
#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 45 of file ColorDlg.h.
1.8.3