outer_color property

outer_color property

Gets or sets outer gradient color.

Definition:

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

See Also