#include "color.h"#include <string>#include <cassert>#include <cstdio>#include <glt/rgb.h>#include <glt/error.h>#include <glt/gl.h>#include <misc/string.h>#include <math/matrix4.h>Include dependency graph for color.cpp:

Go to the source code of this file.
Functions | |
| GltColor | operator * (const GltColor &c, const real x) |
| Scale color. | |
| GltColor | operator/ (const GltColor &c, const real x) |
| Scale color. | |
| GltColor | operator * (const real x, const GltColor &c) |
| Scale color. | |
| GltColor | operator+ (const GltColor &c1, const GltColor &c2) |
| Add red, green and blue components. | |
| GltColor | operator- (const GltColor &c1, const GltColor &c2) |
| Subtract red, green and blue components. | |
Definition in file color.cpp.
1.2.18