#include "cglib/definitions.h"
Go to the source code of this file.
Classes | |
struct | Rgba |
Represents an RGBA color. More... | |
Functions | |
Rgba | operator+ (float c, const Rgba &rgba) |
Add the given real number c to all the components of the given RGBA and then return the result. | |
Rgba | operator* (float c, const Rgba &rgba) |
Multiply the given real number to all the components of the given RGBA and then return the result. |
Multiply the given real number to all the components of the given RGBA and then return the result.
Add the given real number c to all the components of the given RGBA and then return the result.