ColorPicker_v3 Op
Shows a color-picker in the sidebar
Summary (oneliner)
- Ops.Sidebar.ColorPicker_v3
- Core Op - Official cables op
- MIT
- colorRick (colorpicker without bullshit)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
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.
INPUT PORTS
Either a link to the sidebar or sidebar group
The label text
OUTPUT PORTS
Here you can connect other sidebar ops
The red amount from the color picker, in range [0..1]
The green amount from the color picker, in range [0..1]
The blue amount from the color picker, in range [0..1]
Patches using ColorPicker_v3
Changelog
cloned op from Ops.Sidebar.ColorPicker_v2 | pandur - 2021-08-19 11:25 | |
added lib: colorrick.js | pandur - 2021-08-19 11:26 | |
react properly to disconnecting parent | stephan - 2022-02-03 12:34 | |
feature | Added newest version of colorRick: added eyeDropper API, native colorpicking on the desktop | pandur - 2024-11-29 10:25 |