Public Member Functions | |
def | __init__ |
def | set |
Public Attributes | |
b | |
g | |
r | |
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.
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().