XLE  v0.02.0
Public Member Functions | Static Public Member Functions | Public Attributes | Friends | List of all members
RenderOverlays::Color4 Class Reference

Public Member Functions

 operator const float * () const
 
float operator[] (int i) const
 
Color4 operator- () const
 
Color4operator+= (const Color4 &c)
 
Color4operator-= (const Color4 &c)
 
Color4operator*= (const Color4 &c)
 
bool operator== (const Color4 &c) const
 
bool operator!= (const Color4 &c) const
 
Color4 operator+ (const Color4 &c) const
 
Color4 operator- (const Color4 &c) const
 
Color4 operator* (const Color4 &c) const
 
bool operator< (const Color4 &c) const
 
void ExtractHSV (float &h, float &s, float &v) const
 

Static Public Member Functions

static Color4 Create (float r, float g, float b, float a)
 
static Color4 HSV (float h, float s, float v, float a)
 

Public Attributes

float r
 
float g
 
float b
 
float a
 

Friends

Color4 operator* (float s, const Color4 &c)
 

The documentation for this class was generated from the following files: