(defn filter-kind "" ([^PApplet sketch kind] (.filter sketch (int kind))) ([^PApplet sketch kind param] (.filter sketch (int kind) (float param))))
Comments top
No comments for filter-kind. Log in to add a comment.