base floating point color object More...
#include <wave-glut.h>
Public Member Functions | |
fcolor_t (void) throw () | |
void | clear (void) throw () |
bool | isValid (void) const throw () |
operator float * (void) throw () | |
operator const float * (void) const throw () | |
Public Attributes | |
float | red |
float | green |
float | blue |
float | alpha |
base floating point color object
Definition at line 82 of file lib/wave-glut/wave-glut.h.
glut::fcolor_t::fcolor_t | ( | void | ) | throw () [inline] |
Definition at line 84 of file lib/wave-glut/wave-glut.h.