Colors

Defines the colors to be used when drawing the model, should be colors that are understood by GraphViz. If more nodes are used than colors are provided here, they will be shown in white.

pypdevs.colors.colors = ['red', 'green', 'blue', 'yellow', 'cyan', 'magenta', 'azure', 'violet', 'rose', 'orange', 'chartreuse', 'vermilion', 'amber', 'viridian', 'indigo', 'aliceblue', 'darkkhaki', 'darkgreen', 'darkviolet', 'deepskyblue', 'aquamarine', 'floralwhite', 'deeppink', 'dimgray', 'dodgerblue', 'firebrick', 'forestgreen', 'gold', 'goldenrod', 'greenyellow', 'lightblue', 'lawngreen', 'lavender', 'khaki', 'ivory', 'linen', 'maroon', 'lemonchiffon', 'orchid', 'salmon', 'seagreen', 'skyblue', 'sienna', 'wheat', 'turquoise', 'tomato', 'tan', 'steelblue', 'slategray', 'slateblue']

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.