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