sgFColorA Class Reference

#include <sgColor.h>

Inheritance diagram for sgFColorA:
sgFColor

List of all members.

Public Member Functions

 sgFColorA (float r_=0.0f, float g_=0.0f, float b_=0.0f, float a_=1.0f)
bool operator== (const sgFColorA &other)

Public Attributes

float a

Detailed Description

Floating point colorA class. Stores a color with alpha channel with values between 0 and 1 and provides functionality for it.


Constructor & Destructor Documentation

sgFColorA::sgFColorA ( float  r_ = 0.0f,
float  g_ = 0.0f,
float  b_ = 0.0f,
float  a_ = 1.0f 
)

Constructor. Initializes a new instance.

Parameters:
r_ the r value
g_ the g value
b_ the b value
a_ the a value

Member Function Documentation

bool sgFColorA::operator== ( const sgFColorA other  ) 

Equal. Checks if two instances equal each other.


Member Data Documentation

float sgFColorA::a

Alpha. The colors alpha component.


The documentation for this class was generated from the following files:
Generated on Thu Jun 3 13:31:04 2010 for iSDGE by  doxygen 1.6.3