beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ColorValue Op



ColorValue
Namespace: Ops.Value

Op author: tim

Test Patches: 1 Test

Use a color value on multiple places


The color can be either picked with the color picker or entered directly.



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

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using ColorValue

  • Examples
  • My Patches
  • Public