#include "gui_color.hpp"#include <utils.hpp>#include <iostream>Go to the source code of this file.
| 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) | 
 1.6.1
 1.6.1