Index
Modules Hierarchy
Alphabetical list
draftguitools
gui_edit
Classes
|
Variables
draftguitools.gui_edit Namespace Reference
Classes
class
Edit
Variables
dictionary
COLORS
Variable Documentation
◆
COLORS
dictionary draftguitools.gui_edit.COLORS
Initial value:
1
= {
2
"default"
: Gui.draftToolBar.getDefaultColor(
"snap"
),
3
"black"
: (0., 0., 0.),
4
"white"
: (1., 1., 1.),
5
"grey"
: (.5, .5, .5),
6
"red"
: (1., 0., 0.),
7
"green"
: (0., 1., 0.),
8
"blue"
: (0., 0., 1.),
9
"yellow"
: (1., 1., 0.),
10
"cyan"
: (0., 1., 1.),
11
"magenta"
: (1., 0., 1.)
12
}
Generated by
1.8.17