#include <GRGBAColor.h>
Public Member Functions | |
GRGBAColor | darker (const float &v) |
GRGBAColor | lighter (const float &v) |
GRGBAColor | operator* (const float &f) |
GRGBAColor | operator+ (const GRGBAColor &c) |
GRGBAColor | operator+ (const float &f) |
GRGBAColor | operator= (const GRGBAColor &c) |
Public Attributes | |
float | r |
float | g |
float | b |
float | a |
GRGBAColor GRGBAColor::darker | ( | const float & | v | ) |
GRGBAColor GRGBAColor::lighter | ( | const float & | v | ) |
GRGBAColor GRGBAColor::operator* | ( | const float & | f | ) |
GRGBAColor GRGBAColor::operator+ | ( | const GRGBAColor & | c | ) |
GRGBAColor GRGBAColor::operator+ | ( | const float & | f | ) |
GRGBAColor GRGBAColor::operator= | ( | const GRGBAColor & | c | ) |
float GRGBAColor::a |
float GRGBAColor::b |
float GRGBAColor::g |
float GRGBAColor::r |