Color¶
Common properties¶
- colorscheme¶
Colorscheme to use.
- Type
- String
- Default
- “mint”
- fillColor¶
Fill color of the node shape.
- Type
- Color
- Default
- baseColor
- strokeColor¶
Stroke color of the node shape
- Type
- Color
- Default
- baseColor
- connectionColor¶
Color of the connection that connects the nodes
- Type
- Color
- Default
- baseColor
- fontColor¶
Color of the text label that appears inside the node
- Type
- Color
- Default
- bgColor
Automatic font coloring¶
- fontColorAuto¶
Controls whether the color of the text label should be determined automatically. If set to yes, the color is automatically determined, if set to no, the fontColor property is used.
- Type
- Boolean
- Default
- yes
- fontColorAutoDark¶
Dark variant of the automatic text label color
- Type
- Color
- Default
- baseColor.darken(.35)
- fontColorAutoLight¶
Light variant of the automatic text label color
- Type
- Color
- Default
- baseColor.blend(color.white, .8)
- fontColorAutoThreshold¶
Minimum brightness difference between the color of the text label and its background. The text label color variant is choosen based on this threshold.
- Type
- Number
- Default
- 0.3
‘cycle’ style¶
TODO
‘depth’ style¶
TODO
‘branch’ style¶
TODO