r property

r property

Red component

Definition:

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

See Also