Implements color properties. More...
#include "math/CMaths.h"Go to the source code of this file.
Classes | |
| struct | chai3d::cColorf |
| This class defines a color using a GLfloat representation for each component. More... | |
| struct | chai3d::cColorb |
| This class defines a color using a GLubyte representation for each component. More... | |
Namespaces | |
| chai3d | |
Functions | |
| GLubyte | chai3d::cColorFtoB (GLfloat a_value) |
| This function converts a color component from GLfloat type to GLubyte type. More... | |
| GLfloat | chai3d::cColorBtoF (GLubyte a_value) |
| This function converts a color component from GLubyte type to GLfloat type. More... | |