Pyrogenesis
13997
|
#include <Overlay.h>
Public Member Functions | |
CColor () | |
CColor (float cr, float cg, float cb, float ca) | |
bool | ParseString (const CStr8 &Value, float DefaultAlpha) |
bool | operator== (const CColor &color) const |
bool | operator!= (const CColor &color) const |
const float * | FloatArray () const |
SColor4ub | AsSColor4ub () const |
Public Attributes | |
float | r |
float | g |
float | b |
float | a |
|
inline |
|
inline |
bool CColor::operator== | ( | const CColor & | color | ) | const |
Definition at line 65 of file Overlay.cpp.
bool CColor::ParseString | ( | const CStr8 & | Value, |
float | DefaultAlpha | ||
) |
Definition at line 30 of file Overlay.cpp.