Converts a color to RGBA values from 0 to 1.
将颜色的值从0~1转换为RGBA值。
`输入口``
Input 输入口
A color to convert.
输入一个颜色。
输出口
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之间的值表示透明度。
Related Patches 相似模块
Color to Hex,
Color to RGB,
Color to HSL,
HSL Color, Hex Color, RGB Color