![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A color. More...
#include <TraCIDefs.h>
Public Member Functions | |
| std::string | getString () |
| virtual const std::vector< unsigned char > | toPacket () 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 167 of file TraCIDefs.h.
|
inline |
Definition at line 168 of file TraCIDefs.h.
|
inline |
Definition at line 169 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 170 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
|
inlinevirtualinherited |
Definition at line 133 of file TraCIDefs.h.
| int libsumo::TraCIColor::a |
Definition at line 175 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), libtraci::Connection::getCol(), TraCIAPI::TraCIScopeWrapper::getCol(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), libtraci::Connection::setCol(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCITestClient::testAPI(), and TraCIServer::wrapColor().
| int libsumo::TraCIColor::b |
Definition at line 175 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), libtraci::Connection::getCol(), TraCIAPI::TraCIScopeWrapper::getCol(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), libtraci::Connection::setCol(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCITestClient::testAPI(), and TraCIServer::wrapColor().
| int libsumo::TraCIColor::g |
Definition at line 175 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), libtraci::Connection::getCol(), TraCIAPI::TraCIScopeWrapper::getCol(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), libtraci::Connection::setCol(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCITestClient::testAPI(), and TraCIServer::wrapColor().
| int libsumo::TraCIColor::r |
Definition at line 175 of file TraCIDefs.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), libtraci::Connection::getCol(), TraCIAPI::TraCIScopeWrapper::getCol(), getString(), libsumo::Helper::makeRGBColor(), libsumo::Helper::makeTraCIColor(), TraCIServer::readTypeCheckingColor(), libtraci::Connection::setCol(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCITestClient::testAPI(), and TraCIServer::wrapColor().