#include <GLWColors.h>
Static Public Attributes | |
| static Vector | black = Vector(0.0f, 0.0f, 0.0f) |
| static Vector | white = Vector(1.0f, 1.0f, 1.0f) |
Private Member Functions | |
| GLWColors () | |
| ~GLWColors () | |
Definition at line 26 of file GLWColors.h.
| GLWColors::GLWColors | ( | ) | [private] |
Definition at line 27 of file GLWColors.cpp.
| GLWColors::~GLWColors | ( | ) | [private] |
Definition at line 31 of file GLWColors.cpp.
Vector GLWColors::black = Vector(0.0f, 0.0f, 0.0f) [static] |
Definition at line 29 of file GLWColors.h.
Referenced by GLWChannelView::draw(), GLWChannelText::draw(), StartDialog::draw(), ScoreDialog::draw(), and ProgressDialog::draw().
Vector GLWColors::white = Vector(1.0f, 1.0f, 1.0f) [static] |
1.5.3