![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <cmath>#include <cassert>#include <string>#include <sstream>#include <utils/common/StringTokenizer.h>#include <utils/common/ToString.h>#include <utils/common/TplConvert.h>#include <utils/common/MsgHandler.h>#include <utils/common/StdDefs.h>#include "RGBColor.h"
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const RGBColor &col) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const RGBColor & | col | ||
| ) |
| [out] | os | The stream to write to |
| [in] | col | The color to write |
Definition at line 91 of file RGBColor.cpp.
References RGBColor::myAlpha, RGBColor::myBlue, RGBColor::myGreen, and RGBColor::myRed.