match_color property

match_color property

Indicates whether matching font color because there are 56 colors in the standard color palette.

Definition:

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

See Also