r property

r property

Gets the red part of the color as 8-bit unsigned integer [0..255]

Definition:

@property
def r(self):
    ...

See Also