seaborn.set_hls_values#

seaborn.set_hls_values(color, h=None, l=None, s=None)#

色のh、l、またはsチャネルを個別に操作します。

パラメータ:
colormatplotlibカラー

16進数、RGBタプル、またはHTMLカラー名

h, l, s0から1の間の浮動小数点数、またはNone

hls空間の各チャネルの新しい値

戻り値:
new_colorrgbタプル

RGBタプル表現の新しい色コード