#include <iosfwd>
Go to the source code of this file.
Classes | |
class | gui::color |
A simple color class (float RGBA). More... | |
Namespaces | |
namespace | gui |
Functions | |
color | gui::operator+ (const color &c1, const color &c2) |
color | gui::operator- (const color &c1, const color &c2) |
color | gui::operator* (const color &c1, const color &c2) |
color | gui::operator* (const color &c1, float f) |
color | gui::operator* (float f, const color &c2) |
std::ostream & | gui::operator<< (std::ostream &mStream, const color &mColor) |