My Project
 
Loading...
Searching...
No Matches
ItemSprite::Glowing Class Reference

#include <itemsprite.h>

Collaboration diagram for ItemSprite::Glowing:

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 GlowingWHITE = new Glowing(0xFFFFFF, 0.6f)
 

Constructor & Destructor Documentation

◆ Glowing() [1/2]

ItemSprite::Glowing::Glowing ( int color)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Glowing() [2/2]

ItemSprite::Glowing::Glowing ( int color,
float period )

Member Data Documentation

◆ blue

float ItemSprite::Glowing::blue

◆ color

int ItemSprite::Glowing::color

◆ green

float ItemSprite::Glowing::green

◆ period

float ItemSprite::Glowing::period

◆ red

float ItemSprite::Glowing::red

◆ WHITE

ItemSprite::Glowing * ItemSprite::Glowing::WHITE = new Glowing(0xFFFFFF, 0.6f)
static

The documentation for this class was generated from the following files: