Color Class Reference

List of all members.

Public Member Functions

 Color ()
 Color (UINT32 argb)
 Color (UINT8 ri, UINT8 gi, UINT8 bi, UINT8 ai=255)
 Color (const Vector3 &v)
 Color (const Vector4 &v)
void set (UINT8 ri, UINT8 gi, UINT8 bi, UINT8 ai)
void set (UINT8 ri, UINT8 gi, UINT8 bi)
void setAlpha (UINT8 ai)
void set (const Vector3 &v)
void set (const Vector4 &v)
void set (UINT32 argb)
UINT32 getUINT32 () const
void operator= (const Vector3 &v)
void operator= (const Vector4 &v)
Coloroperator+= (const Color &c)
Coloroperator-= (const Color &c)
Coloroperator *= (const Color &c)
Coloroperator+= (float f)
Coloroperator *= (float f)
Coloroperator+= (const Vector3 &v)
Coloroperator *= (const Vector3 &v)
Coloroperator+= (const Vector4 &v)
Coloroperator *= (const Vector4 &v)
void toVector3 (Vector3 &v) const
void toVector4 (Vector4 &v) const
Vector3 toVector3 () const
Vector4 toVector4 () const

Public Attributes

UINT8 b
UINT8 g
UINT8 r
UINT8 a

Detailed Description

Definition at line 14 of file color.h.


The documentation for this class was generated from the following file:
Generated on Thu Feb 15 09:09:21 2007 for Surface Splating by  doxygen 1.5.1-p1