ManaPlus
|
#include <palette.h>
Public Member Functions | |
ColorElem () | |
void | set (const int type0, const Color &color0, const GradientTypeT grad0, const int delay0) |
unsigned int | getRGB () const |
Data Fields | |
int | type |
Color | color |
Color | testColor |
Color | committedColor |
std::string | text |
signed char | ch |
GradientTypeT | grad |
GradientTypeT | committedGrad |
int | gradientIndex |
int | delay |
int | committedDelay |
|
inline |
|
inline |
Color Palette::ColorElem::committedColor |
GradientTypeT Palette::ColorElem::committedGrad |
GradientTypeT Palette::ColorElem::grad |
Definition at line 127 of file palette.h.
Referenced by set(), and UserPalette::setGradient().
int Palette::ColorElem::gradientIndex |