Public Member Functions | |
def | __init__ |
def | add |
def | lookup |
Static Public Attributes | |
list | default_colors = [Color(1, 0, 0), Color(0, 1, 0), Color(0, 0, 1), Color(1, 1, 0), Color(1, 0, 1), Color(0, 1, 1)] |
Private Attributes | |
__colors | |
def grid.Colors.add | ( | self, | |
name, | |||
color | |||
) |
Definition at line 242 of file grid.py.
References grid.Colors.__colors.
Referenced by grid.Colors.lookup().
def grid.Colors.lookup | ( | self, | |
name | |||
) |
Definition at line 244 of file grid.py.
References grid.Colors.add().
|
private |
Definition at line 241 of file grid.py.
Referenced by grid.Colors.add(), and grid.TopLegendRenderer.draw().