|
| colour (const Ogre::ColourValue &vec) |
|
| operator Ogre::ColourValue () const |
|
| colour (const colour &other) |
|
| colour (const real &r_, const real &g_, const real &b_, const real &a_=1.) |
|
bool | operator== (const colour &toCompare) const |
|
bool | operator!= (const colour &toCompare) const |
|
colour | operator+ (const colour &toAdd) const |
|
colour | operator- (const colour &toSub) const |
|
colour | operator/ (const real scalar) const |
|
|
real | r |
|
real | g |
|
real | b |
|
real | a |
|
The documentation for this class was generated from the following files:
- /home/mlanner/Development/cpp/projects/voxelTerrain/voxelTerrain/modules/math/source/blub/math/colour.hpp
- /home/mlanner/Development/cpp/projects/voxelTerrain/voxelTerrain/modules/math/source/blub/math/colour.cpp