2.4 Color 颜色 - HSL Color 创建HSL颜色


Create a color from HSL, and alpha values from 0 to 1.
创建一个HSL颜色,用0~1之间的数值表示透明度。

2.4 Color 颜色 - HSL Color 创建HSL颜色_第1张图片

输入口
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之间的值表示颜色的透明度。

输出口
Output 输出
The color.
最终颜色


Related Patches 相似模块

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


你可能感兴趣的:(2.4 Color 颜色 - HSL Color 创建HSL颜色)