Color Class Reference

#include <Color.h>

List of all members.

Public Member Functions

float alpha () const
float & alpha ()
float blue () const
float & blue ()
 Color (float r, float g, float b, float a=1.f)
float green () const
float & green ()
float red () const
float & red ()

Protected Attributes

float m_alpha
float m_blue
float m_green
float m_red

Detailed Description

Definition at line 28 of file Color.h.


Constructor & Destructor Documentation

Color::Color ( float  r,
float  g,
float  b,
float  a = 1.f 
)

Definition at line 3 of file Color.cpp.


Member Function Documentation

float Color::alpha (  )  const [inline]

Definition at line 40 of file Color.h.

float& Color::alpha (  )  [inline]

Definition at line 35 of file Color.h.

float Color::blue (  )  const [inline]

Definition at line 39 of file Color.h.

float& Color::blue (  )  [inline]

Definition at line 34 of file Color.h.

float Color::green (  )  const [inline]

Definition at line 38 of file Color.h.

float& Color::green (  )  [inline]

Definition at line 33 of file Color.h.

float Color::red (  )  const [inline]

Definition at line 37 of file Color.h.

float& Color::red (  )  [inline]

Definition at line 32 of file Color.h.


Member Data Documentation

float Color::m_alpha [protected]

Definition at line 42 of file Color.h.

float Color::m_blue [protected]

Definition at line 42 of file Color.h.

float Color::m_green [protected]

Definition at line 42 of file Color.h.

float Color::m_red [protected]

Definition at line 42 of file Color.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


flirtlib
Author(s): Bhaskara Marthi, Gian Diego Tipaldi
autogenerated on Fri Jan 11 11:15:47 2013