#include <ColorRGBA.h>
Public Member Functions | |
ColorRGBA () | |
ColorRGBA (float32 r, float32 g, float32 b, float32 a) | |
const char * | toString () |
Public Attributes | |
float32 | r |
Static Public Attributes | |
static const ColorRGBA | BLACK |
scene::ColorRGBA::ColorRGBA | ( | ) |
Constructor
scene::ColorRGBA::ColorRGBA | ( | float32 | r, | |
float32 | g, | |||
float32 | b, | |||
float32 | a | |||
) |
Constructor
r | The red value | |
g | The green value | |
b | The blue value | |
a | The alpha value |
const char* scene::ColorRGBA::toString | ( | ) | [inline, virtual] |
const ColorRGBA scene::ColorRGBA::BLACK [static] |
Predefined color property
float32 scene::ColorRGBA::r |
The R,G,B,A values