![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <cmath>#include <cassert>#include <string>#include <sstream>#include <utils/common/RandHelper.h>#include <utils/common/StringTokenizer.h>#include <utils/common/ToString.h>#include <utils/common/StringUtils.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) |
Definition in file RGBColor.cpp.
| 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 125 of file RGBColor.cpp.