luminance property

luminance property

Returns or sets the luminance component of a color in HSL representation. All color transformations are ignored. Read/write float.

Definition:

@property
def luminance(self):
    ...

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

See Also