2.2 Color 颜色 - Color to HSL 转换为HSL色值

Color to HSL
Convert a color to HSL and alpha values from 0 to 1.
HSL颜色模式 (板栗:H: Hue 色相/S:Saturation 饱和度/L: Lightness 明度)
将颜色转换为HSL颜色并将透明度值从0转换到1.

2.2 Color 颜色 - Color to HSL 转换为HSL色值_第1张图片

输入口
Input
The color to convert.
输入要转换的颜色。

输出口
Hue 色相
A number from 0 to 1 representing the hue of the color.
一个0~1之间的值表示颜色的色相。

Saturation 饱和度
A number from 0 to 1 representing the saturation of the color.
一个0~1之间的值表示颜色的饱和度。

Lightness 明度
A number from 0 to 1 representing the lightness of the color.
一个0~1之间的值表示颜色的明度。

Alpha 透明度
A number from 0 to 1 representing the opacity of the color.
一个0~1之间的值表示颜色的透明度。


Related Patches 相似模块

Color to Hex,
Color to RGB,
Color to HSL,
HSL Color, Hex Color, RGB Color


你可能感兴趣的:(2.2 Color 颜色 - Color to HSL 转换为HSL色值)