Public Member Functions | |
def | __init__ (self, r=0.0, g=0.0, b=0.0) |
Initializer. More... | |
def | set (self, r, g, b) |
Set color. More... | |
Public Attributes | |
b | |
blue More... | |
g | |
green More... | |
r | |
red More... | |
def grid.Color.__init__ | ( | self, | |
r = 0.0 , |
|||
g = 0.0 , |
|||
b = 0.0 |
|||
) |
def 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 ns3::RandomRoomPositionAllocator::RoomInfo.b, Rgb.b, ns3::AnimationInterface::Rgb.b, grid.Color.b, Rgb.g, ns3::AnimationInterface::Rgb.g, grid.Color.g, Rgb.r, ns3::AnimationInterface::Rgb.r, and grid.Color.r.
grid.Color.b |
grid.Color.g |
grid.Color.r |