IconSys::IconSys_LightColor Class Reference

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

#include <ps2_iconsys.hpp>

List of all members.

Public Member Functions

 IconSys_LightColor (float const *)
 IconSys_LightColor (float r, float g, float b, float x)
 IconSys_LightColor (IconSys_LightColor const &rhs)
IconSys_LightColoroperator= (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


Detailed Description

This class stores float color value data.

Note:
Note that icon.sys float color values must be in a range 0.0f - 1.0f; 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