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

ColorPicker_v3 Op

ColorPicker

Shows a color-picker in the sidebar



Edit Documentation

Full Name
  • Ops.Sidebar.ColorPicker_v3
Visibility
  • Core Op - Official cables op
AuthorTest PatchesJavascript Libraries


 

Example Patch Sidebar Color-Picker / OneMinus Example

Shows how to use the sidebar Ops.Sidebar.ColorPicker op to control the patch background color. The color components (red / green / blue) are then inverted (with the Ops.Math.OneMinus op) to create the complementary color, which is used as the fill color of the circle.

Open In Editor

INPUT PORTS


Link (Object)

Either a link to the sidebar or sidebar group

Text (String)

The label text

Input Red (Number)
Input Green (Number)
Input Blue (Number)
Set Default (Trigger)

OUTPUT PORTS


Children (Object)

Here you can connect other sidebar ops

Red (Number)

The red amount from the color picker, in range [0..1]

Green (Number)

The green amount from the color picker, in range [0..1]

Blue (Number)

The blue amount from the color picker, in range [0..1]

Hex (String)

Usages of ColorPicker_v3

  • Examples
  • Public
  • My Patches
  • Ops

Changelog


cloned op from Ops.Sidebar.ColorPicker_v2user avatarpandur - 2021-08-19
added lib: colorrick.jsuser avatarpandur - 2021-08-19
Ops.User.pandur.ColorPicker2 renamed to Ops.Sidebar.ColorPicker_v3user avatarpandur - 2021-08-19
react properly to disconnecting parentuser avatarstephan - 2022-02-03