
Go to the source code of this file.
Namespaces | |
| namespace | qglv |
Functions | |
| void | qglv::colour (enum Colour colour, const float &alpha=1.0f) |
| Emulates glColor4f, but with the qglv Colour enums. | |
| void | qglv::normalisedValueToRGB (const float &value, float &r, float &g, float &b) |
| Converts a float between 0.0 and 1.0 to rgb. | |