float_r property

float_r property

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

Definition:

@property
def float_r(self):
    ...

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

See Also