GG
Public Member Functions | Public Attributes | List of all members
GG::HSVClr Struct Reference

#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
 

Detailed Description

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.


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