CIvfColor Class Reference

#include <ivf/IvfColor.h>

Inheritance diagram for CIvfColor:

CIvfBase CIvfRefCountBase CIvfRTTIBase List of all members.

Public Member Functions

 CIvfColor ()
 ~CIvfColor ()
 IvfClassInfo ("CIvfColor", CIvfBase)
void setColor (float red, float green, float blue)
void getColor (float &red, float &green, float &blue)
const float * getColor ()
void setAlfa (float alfa)
float getAlfa ()

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  ) 
 

CIvfColor constructor

CIvfColor::~CIvfColor  ) 
 

CIvfColor destructor


Member Function Documentation

float CIvfColor::getAlfa  ) 
 

Return color alfa value

const float* CIvfColor::getColor  ) 
 

Returns a pointer to internal color vector

void CIvfColor::getColor float &  red,
float &  green,
float &  blue
 

Return color value

void CIvfColor::setAlfa float  alfa  ) 
 

Set color alfa value

void CIvfColor::setColor float  red,
float  green,
float  blue
 

Set color value


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  doxygen 1.4.6-NO