Create a color from RGBA values from 0 to 1.
创建一个值在0~1之间的RGBA颜色。
输入口
Red 红
A number from 0 to 1 representing the red value of the color.
一个0~1之间的数字表示红色的值。
Green 绿
A number from 0 to 1 representing the green value of the color.
一个0~1之间的数字表示绿色的值。
Blue 蓝
A number from 0 to 1 representing the blue value 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