(draw-ellipse! pos size color)
(draw-poly! [x y] points [r g b a])
(draw-rect! pos [w h] color)
(ellipse-points [w h] & {:keys [segments] :or {segments 32}})
(fill-ellipse! pos size color)
(fill-poly! [x y] points [r g b a])
(fill-rect! [x y] [w h] [r g b a])
cljdoc is a website building & hosting documentation for Clojure/Script libraries