pick a color at x,y coordinates of canvas
Summary (oneliner)
Get the color at a position of the canvas (picker)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
render (Trigger)
Trigger the op
x (Number)
X position
y (Number)
Y position
Outputs
r (Number)
Red value - range 0-1
g (Number)
Green value - range 0-1
b (Number)
Blue value - range 0-1
a (Number)
Alpha value - range 0-1