#include <OVR_Color.h>
Public Member Functions | |
Color () | |
Color (unsigned char r, unsigned char g, unsigned char b, unsigned char a=0xFF) | |
Color (unsigned c) | |
void | GetRGBA (float *r, float *g, float *b, float *a) const |
bool | operator== (const Color &b) const |
Public Attributes | |
UByte | A |
UByte | B |
UByte | G |
UByte | R |
Definition at line 23 of file OVR_Color.h.
OVR::Color::Color | ( | ) | [inline] |
Definition at line 27 of file OVR_Color.h.
OVR::Color::Color | ( | unsigned char | r, |
unsigned char | g, | ||
unsigned char | b, | ||
unsigned char | a = 0xFF |
||
) | [inline] |
Definition at line 31 of file OVR_Color.h.
OVR::Color::Color | ( | unsigned | c | ) | [inline] |
Definition at line 35 of file OVR_Color.h.
void OVR::Color::GetRGBA | ( | float * | r, |
float * | g, | ||
float * | b, | ||
float * | a | ||
) | const [inline] |
Definition at line 44 of file OVR_Color.h.
bool OVR::Color::operator== | ( | const Color & | b | ) | const [inline] |
Definition at line 39 of file OVR_Color.h.
Definition at line 25 of file OVR_Color.h.
Definition at line 25 of file OVR_Color.h.
Definition at line 25 of file OVR_Color.h.
Definition at line 25 of file OVR_Color.h.