A Discrete-Event Network Simulator
API
grid.Color Class Reference

Public Member Functions

def __init__
 
def set (self, r, g, b)
 

Public Attributes

 b
 
 g
 
 r
 

Detailed Description

Definition at line 228 of file grid.py.

Constructor & Destructor Documentation

def grid.Color.__init__ (   self,
  r = 0.0,
  g = 0.0,
  b = 0.0 
)

Definition at line 229 of file grid.py.

Member Function Documentation

def grid.Color.set (   self,
  r,
  g,
  b 
)

Definition at line 233 of file grid.py.

References grid.Color.b, grid.Color.g, and grid.Color.r.

Member Data Documentation

grid.Color.b

Definition at line 232 of file grid.py.

Referenced by grid.Color.set().

grid.Color.g

Definition at line 231 of file grid.py.

Referenced by grid.Color.set().

grid.Color.r

Definition at line 230 of file grid.py.

Referenced by grid.Color.set().


The documentation for this class was generated from the following file: