ColorPick Op

ColorPick

pick a color at x,y coordinates of canvas


<p>Get the color at a position of the canvas (picker)</p>


Full Name
  • Ops.Gl.ColorPick
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


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>


Patches using ColorPick

  • Examples
  • Public
  • My Patches