#include <RageTypes.h>
Public Member Functions | |
RageColor () | |
RageColor (const float *f) | |
RageColor (float r1, float g1, float b1, float a1) | |
operator float * () | |
operator const float * () const | |
RageColor & | operator+= (const RageColor &other) |
RageColor & | operator-= (const RageColor &other) |
RageColor & | operator *= (const RageColor &other) |
RageColor & | operator *= (float f) |
RageColor | operator+ (const RageColor &other) const |
RageColor | operator- (const RageColor &other) const |
RageColor | operator * (const RageColor &other) const |
RageColor | operator * (float f) const |
RageColor | operator/ (float f) const |
bool | FromString (const CString &str) |
Public Attributes | |
float | r |
float | g |
float | b |
float | a |
Friends | |
RageColor | operator * (float f, const RageColor &other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|