(defn get-pixel "" ([^PApplet sketch ] (.get sketch)) ([^PApplet sketch x y] (.get sketch (int x) (int y))) ([^PApplet sketch x y w h] (.get sketch (int x) (int y) (int w) (int h))))
Comments top
No comments for get-pixel. Log in to add a comment.