Color class. More...
Public Member Functions | |
def | __init__ (self, r=0.0, g=0.0, b=0.0) |
Initializer. | |
def | set (self, r, g, b) |
Set color. | |
Public Attributes | |
b | |
blue | |
g | |
green | |
r | |
red | |
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 446 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 |