![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A color. More...
#include <TraCIDefs.h>
Public Member Functions | |
| std::string | getString () |
| TraCIColor () | |
| TraCIColor (int r, int g, int b, int a=255) | |
Data Fields | |
| int | a |
| int | b |
| int | g |
| int | r |
A color.
Definition at line 135 of file TraCIDefs.h.
|
inline |
Definition at line 136 of file TraCIDefs.h.
|
inline |
Definition at line 137 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 138 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
| int libsumo::TraCIColor::a |
Definition at line 143 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::getColor(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::PersonScope::setColor(), TraCITestClient::testAPI(), and TraCIServer::wrapColor().
| int libsumo::TraCIColor::b |
Definition at line 143 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::getColor(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::PersonScope::setColor(), TraCITestClient::testAPI(), and TraCIServer::wrapColor().
| int libsumo::TraCIColor::g |
Definition at line 143 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::getColor(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::PersonScope::setColor(), TraCITestClient::testAPI(), and TraCIServer::wrapColor().
| int libsumo::TraCIColor::r |
Definition at line 143 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::getColor(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::PersonScope::setColor(), TraCITestClient::testAPI(), and TraCIServer::wrapColor().