#include <ps2_iconsys.hpp>
Public Member Functions | |
IconSys_LightColor (float const *) | |
IconSys_LightColor (float r, float g, float b, float x) | |
IconSys_LightColor (IconSys_LightColor const &rhs) | |
IconSys_LightColor & | operator= (IconSys_LightColor const &rhs) |
float | GetR () const |
float | GetG () const |
float | GetB () const |
float | GetX () const |
int | GetR8 () const |
int | GetG8 () const |
int | GetB8 () const |
int | GetX8 () const |
bool | SetR (float r) |
bool | SetG (float g) |
bool | SetB (float b) |
bool | SetX (float x) |
void | Get (float *p) const |