colour property

colour property

Colour

Definition:

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

See Also