r property

r property

Returns or sets the red component of a color. All color transformations are ignored. Read/write int.

Definition:

@property
def r(self):
    ...

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

See Also