![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A color. More...
#include <TraCIDefs.h>
Public Member Functions | |
| std::string | getString () const override |
| virtual int | getType () const |
| 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 222 of file TraCIDefs.h.
|
inline |
Definition at line 223 of file TraCIDefs.h.
|
inline |
Definition at line 224 of file TraCIDefs.h.
|
inlineoverridevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 225 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
|
inlinevirtualinherited |
Reimplemented in libsumo::TraCIPosition, libsumo::TraCIRoadPosition, libsumo::TraCIInt, libsumo::TraCIDouble, and libsumo::TraCIString.
Definition at line 171 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::toStorage().
| int libsumo::TraCIColor::a |
Definition at line 230 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::TraCIScopeWrapper::getCol(), libtraci::Domain< GET, SET >::getCol(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), and TraCITestClient::testAPI().
| int libsumo::TraCIColor::b |
Definition at line 230 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::TraCIScopeWrapper::getCol(), libtraci::Domain< GET, SET >::getCol(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), and TraCITestClient::testAPI().
| int libsumo::TraCIColor::g |
Definition at line 230 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::TraCIScopeWrapper::getCol(), libtraci::Domain< GET, SET >::getCol(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), and TraCITestClient::testAPI().
| int libsumo::TraCIColor::r |
Definition at line 230 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::TraCIScopeWrapper::getCol(), libtraci::Domain< GET, SET >::getCol(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), and TraCITestClient::testAPI().