inner_color property

inner_color property

Gets or sets inner gradient color.

Definition:

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

See Also