richness property

richness property

See the richness property definition in CSS2.

Definition:

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

See Also