sgFColor Class Reference

#include <sgColor.h>

Inheritance diagram for sgFColor:
sgFColorA

List of all members.

Public Member Functions

 sgFColor (float r_=0.0f, float g_=0.0f, float b_=0.0f)
bool operator== (const sgFColor &other)

Public Attributes

float r
float g
float b

Detailed Description

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


Constructor & Destructor Documentation

sgFColor::sgFColor ( float  r_ = 0.0f,
float  g_ = 0.0f,
float  b_ = 0.0f 
)

Constructor. Initializes a new instance.

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

Member Function Documentation

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

Equal. Checks if two instances equal each other.


Member Data Documentation

float sgFColor::b

Blue. The colors blue component.

float sgFColor::g

Green. The colors green component.

float sgFColor::r

Red. The colors red 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