Definition at line 318 of file palette.h.
Public Member Functions | |
void | set (ColorType type, gcn::Color &color, GradientType grad, const std::string &text, char c, int delay) |
int | getRGB () |
Public Attributes | |
ColorType | type |
gcn::Color | color |
gcn::Color | testColor |
gcn::Color | committedColor |
std::string | text |
char | ch |
GradientType | grad |
GradientType | committedGrad |
int | gradientIndex |
int | delay |
int | committedDelay |
void Palette::ColorElem::set | ( | ColorType | type, | |
gcn::Color & | color, | |||
GradientType | grad, | |||
const std::string & | text, | |||
char | c, | |||
int | delay | |||
) | [inline] |
ColorType Palette::ColorElem::type |
gcn::Color Palette::ColorElem::color |
gcn::Color Palette::ColorElem::testColor |
gcn::Color Palette::ColorElem::committedColor |
std::string Palette::ColorElem::text |