ScummVM API documentation
hpl::cColor Class Reference

Public Member Functions

 cColor (float afR, float afG, float afB, float afA)
 
 cColor (float afR, float afG, float afB)
 
 cColor (float afVal)
 
 cColor (float afVal, float afA)
 
cColor operator* (float afVal) const
 
cColor operator/ (float afVal) const
 
cColor operator+ (const cColor &aCol) const
 
cColor operator- (const cColor &aCol) const
 
cColor operator* (const cColor &aCol) const
 
cColor operator/ (const cColor &aCol) const
 
bool operator== (cColor aCol) const
 
tString ToString () const
 
tString ToFileString () const
 
void FromVec (float *apV)
 

Public Attributes

float r
 
float g
 
float b
 
float a
 

The documentation for this class was generated from the following file: