red property

red property

This attribute is used for the red value of the RGB color.

Definition:

@property
def red(self):
    ...

See Also