Liking cljdoc? Tell your friends :D

clunk.shape


draw-ellipse!clj

(draw-ellipse! pos size color)
source

draw-poly!clj

(draw-poly! [x y] points [r g b a])
source

draw-rect!clj

(draw-rect! pos [w h] color)
source

ellipse-pointsclj

(ellipse-points [w h] & {:keys [segments] :or {segments 32}})
source

fill-ellipse!clj

(fill-ellipse! pos size color)
source

fill-poly!clj

(fill-poly! [x y] points [r g b a])
source

fill-rect!clj

(fill-rect! [x y] [w h] [r g b a])
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close