IconSys::IconSys_Color Class Reference

This class stores integer color value data. More...

#include <ps2_iconsys.hpp>

List of all members.

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_Coloroperator= (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


Detailed Description

This class stores integer color value data.

Note:
Note that icon.sys int color values must be in a range 0x00 - 0x80; The Set*() functions and constructors take care of proper truncations

The documentation for this class was generated from the following files:
Generated on Sat Jan 19 18:58:21 2008 for PS2 IconSys Library by  doxygen 1.5.4