Skip to contents

Port of seaborn.set_hls_values.

Usage

set_hls_values(color, h = NULL, l = NULL, s = NULL)

Arguments

color

A matplotlib-compatible color.

h, l, s

New hue, lightness, saturation in [0, 1], or NULL to keep.

Value

A hex color string.