#include "OVR_Color.h"
|
| Color () |
|
| Color (unsigned char r, unsigned char g, unsigned char b, unsigned char a=0xFF) |
|
| Color (unsigned c) |
|
bool | operator== (const Color &b) const |
|
void | GetRGBA (float *r, float *g, float *b, float *a) const |
|
Definition at line 34 of file OVR_Color.h.
OVR::Color::Color |
( |
unsigned char |
r, |
|
|
unsigned char |
g, |
|
|
unsigned char |
b, |
|
|
unsigned char |
a = 0xFF |
|
) |
| |
|
inline |
OVR::Color::Color |
( |
unsigned |
c | ) |
|
|
inline |
void OVR::Color::GetRGBA |
( |
float * |
r, |
|
|
float * |
g, |
|
|
float * |
b, |
|
|
float * |
a |
|
) |
| const |
|
inline |
bool OVR::Color::operator== |
( |
const Color & |
b | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: