ColorValue Op
Use a color value on multiple places
Summary (oneliner)
The color can be either picked with the color picker or entered directly.
Full Name
- Ops.Color.ColorValue
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch color value example
INPUT PORTS
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
OUTPUT PORTS
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