ColorValue Op

ColorValue

Use a color value on multiple places


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


Edit Documentation

Full Name
  • Ops.Color.ColorValue
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

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


Patches using ColorValue

  • Examples
  • Public
  • My Patches

Changelog


renameOps.Value.ColorValue renamed to Ops.Color.ColorValueuser avatarpandur - 2023-12-06 09:38