draw_color property

draw_color property

Gets or sets a foreground color.

Definition:

@property
def draw_color(self):
    ...
@draw_color.setter
def draw_color(self, value):
    ...

See Also