color property

color property

Font color. See the color attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also