CIvfColor Class Reference
#include <ivf/IvfColor.h>
Inheritance diagram for CIvfColor:
List of all members.
Detailed Description
Color class
Defines a (r,g,b,a) color class. Use to store colors in the CIvfGLPrimitive derived classes.
Definition at line 38 of file IvfColor.h.
Constructor & Destructor Documentation
CIvfColor::~CIvfColor |
( |
|
) |
|
|
Member Function Documentation
float CIvfColor::getAlfa |
( |
|
) |
|
|
const float* CIvfColor::getColor |
( |
|
) |
|
|
|
Returns a pointer to internal color vector |
void CIvfColor::getColor |
( |
float & |
red, |
|
|
float & |
green, |
|
|
float & |
blue |
|
) |
|
|
void CIvfColor::setAlfa |
( |
float |
alfa |
) |
|
|
void CIvfColor::setColor |
( |
float |
red, |
|
|
float |
green, |
|
|
float |
blue |
|
) |
|
|
The documentation for this class was generated from the following file:
Generated on Fri Sep 1 15:36:49 2006 for Interactive Visualisation Framework - Ivf++ by
1.4.6-NO