#include <itemsprite.h>
Public Member Functions | |
| Glowing (int color) | |
| Glowing (int color, float period) | |
Public Attributes | |
| int | color |
| float | red |
| float | green |
| float | blue |
| float | period |
Static Public Attributes | |
| static Glowing * | WHITE = new Glowing(0xFFFFFF, 0.6f) |
| ItemSprite::Glowing::Glowing | ( | int | color | ) |
| ItemSprite::Glowing::Glowing | ( | int | color, |
| float | period ) |
| float ItemSprite::Glowing::blue |
| int ItemSprite::Glowing::color |
| float ItemSprite::Glowing::green |
| float ItemSprite::Glowing::period |
| float ItemSprite::Glowing::red |
|
static |