Public Member Functions | |
__init__ (self, r=0.0, g=0.0, b=0.0) | |
Initializer. | |
set (self, r, g, b) | |
Set color. | |
Public Attributes | |
b | |
blue | |
g | |
green | |
r | |
red | |
grid.Color.__init__ | ( | self, | |
r = 0.0, | |||
g = 0.0, | |||
b = 0.0 ) |
grid.Color.set | ( | self, | |
r, | |||
g, | |||
b ) |
Set color.
self | this object |
r | red |
g | green |
b | blue |
Definition at line 491 of file grid.py.
References grid.Color.b, ns3::AnimationInterface::Rgb.b, ns3::RandomRoomPositionAllocator::RoomInfo.b, Rgb.b, grid.Color.g, ns3::AnimationInterface::Rgb.g, Rgb.g, grid.Color.r, ns3::AnimationInterface::Rgb.r, and Rgb.r.
grid.Color.b |
grid.Color.g |
grid.Color.r |