Public Member Functions | |
def | __init__ (self) |
Initializer. More... | |
def | add (self, name, color) |
Add. More... | |
def | lookup (self, name) |
Lookup name. More... | |
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)] |
default colors XXX add more More... | |
Private Attributes | |
__colors | |
colors More... | |
def grid.Colors.__init__ | ( | self | ) |
def grid.Colors.add | ( | self, | |
name, | |||
color | |||
) |
Add.
self | this object |
name | name of the color |
color | color value |
Definition at line 472 of file grid.py.
References grid.Colors.__colors, and grid.TopLegendRenderer.__colors.
Referenced by grid.Colors.lookup().
def grid.Colors.lookup | ( | self, | |
name | |||
) |
Lookup name.
self | this object |
name | name |
Definition at line 480 of file grid.py.
References grid.Colors.__colors, grid.TopLegendRenderer.__colors, nlohmann::detail::lexer< BasicJsonType, InputAdapterType >.add(), grid.Colors.add(), grid.Colors.default_colors, and nlohmann::detail.get().
|
private |
colors
Definition at line 471 of file grid.py.
Referenced by grid.Colors.add(), grid.TopLegendRenderer.draw(), and grid.Colors.lookup().
|
static |
default colors XXX add more
Definition at line 466 of file grid.py.
Referenced by grid.Colors.lookup().