ColorPick Op
pick a color at x,y coordinates of canvas
Summary (oneliner)
<p>Get the color at a position of the canvas (picker)</p>
Full Name
- Ops.Gl.ColorPick
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Color Picker
INPUT PORTS
render (Trigger)
<p>Trigger the op</p>
x (Number)
<p>X position</p>
y (Number)
<p>Y position</p>
OUTPUT PORTS
r (Number)
<p>Red value - range <code>0-1</code></p>
g (Number)
<p>Green value - range <code>0-1</code></p>
b (Number)
<p>Blue value - range <code>0-1</code></p>
a (Number)
<p>Alpha value - range <code>0-1</code></p>