Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <configxml.h>
Public Attributes | |
string | name |
float | r |
float | g |
float | b |
float | a |
Definition at line 40 of file configxml.h.
float vColor::a |
Definition at line 44 of file configxml.h.
Referenced by VegaConfig::checkColor().
float vColor::b |
Definition at line 44 of file configxml.h.
Referenced by VegaConfig::checkColor().
float vColor::g |
Definition at line 44 of file configxml.h.
Referenced by VegaConfig::checkColor(), and VegaConfig::getColor().
string vColor::name |
Definition at line 43 of file configxml.h.
Referenced by VegaConfig::checkColor().
float vColor::r |
Definition at line 44 of file configxml.h.
Referenced by VegaConfig::checkColor().