Public Member Functions | Public Attributes
OVR::Color Struct Reference

#include <OVR_Color.h>

List of all members.

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

Detailed Description

Definition at line 23 of file OVR_Color.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:


oculus_sdk
Author(s): Tully Foote
autogenerated on Thu Jun 6 2019 20:13:49