shift_hue¶
- shift_hue(color, shift=0, space='hcl')[source]¶
Shift the hue channel of a color.
- Parameters
color (
color-spec
) – The color. Sanitized withto_rgba
.shift (
float
, optional) – The HCL hue channel is offset by this value.space (
{'hcl', 'hpl', 'hsl', 'hsv'}
, optional) – The hue-saturation-luminance-like colorspace used to transform the color. Default is the strictly perceptually uniform colorspace'hcl'
.
- Returns
color (
str
) – An 8-digit HEX string indicating the red, green, blue, and alpha channel values.
See also
set_hue
,set_saturation
,set_luminance
,set_alpha
,scale_saturation
,scale_luminance