set_luminance¶
- set_luminance(color, luminance, space='hcl')[source]¶
Return a color with a different luminance and the same hue and saturation as the input color.
- Parameters
color (color-spec) – The color. Sanitized with
to_rgba.luminance (float, optional) – The new luminance. Should lie between
0and100.space ({‘hcl’, ‘hpl’, ‘hsl’, ‘hsv’}, optional) – The hue-saturation-luminance-like colorspace used to transform the color. Default is the perceptually uniform colorspace
'hcl'.
- Returns
color (str) – A HEX string.
See also
set_hue,set_saturation,set_alpha,shift_hue,scale_saturation,scale_luminance