HatchitGraphics
|
Color class defining a 4-component color value. More...
#include <ht_color.h>
Public Member Functions | |
Color (float _r, float _g, float _b, float _a) | |
bool | operator== (const Color &other) |
Public Attributes | |
float | r |
float | g |
float | b |
float | a |
Color class defining a 4-component color value.