Use a color value on multiple places
Summary (oneliner)
The color can be either picked with the color picker or entered directly.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
r (Number)
Red color value, between 0.0
and 1.0
g (Number)
Green color value, between 0.0
and 1.0
b (Number)
Blue color value, between 0.0
and 1.0
a (Number)
Alpha value (opacity), between 0.0
and 1.0
Outputs
outr (Number)
Red, same as input port R
outg (Number)
Green, same as input port G
outb (Number)
Blue, same as input port B
outa (Number)
Alpha, Same as input port A
Hex (Number)
The hex value of the color
Array (Array)
The color components as array