![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A color. More...
#include <TraCIDefs.h>
Public Member Functions | |
std::string | getString () const |
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 200 of file TraCIDefs.h.
|
inline |
Definition at line 201 of file TraCIDefs.h.
|
inline |
Definition at line 202 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 203 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
|
inlinevirtualinherited |
Reimplemented in libsumo::TraCIDouble, and libsumo::TraCIString.
Definition at line 164 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::toStorage().
int libsumo::TraCIColor::a |
Definition at line 208 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 208 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 208 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 208 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().