Core clisk image generation functions
Core clisk image generation functions
(image vector-function
&
{:keys [width height size anti-alias] :or {size DEFAULT-IMAGE-SIZE}})
Creates a bufferedimage from the given clisk data
Creates a bufferedimage from the given clisk data
(sample node)
(sample node pos)
Samples the value of a node at a given position
Samples the value of a node at a given position
(sampler node)
Creates a sampler function for a given node, which is a fn from position to sample value
Creates a sampler function for a given node, which is a fn from position to sample value
(scale-image img w h)
Scales an image to a given width and height
Scales an image to a given width and height
(show
image-or-function
&
{:keys [width height size anti-alias] :or {size DEFAULT-IMAGE-SIZE} :as ks})
Creates and shows an image from the given image vector function
Creates and shows an image from the given image vector function
(show-comp com & {:keys [title] :as options :or {title nil}})
Shows a component in a new frame
Shows a component in a new frame
(tst)
(vector-function a & {:keys [input-dimensions]})
Defines a vector function, operating on vectorz vectors
Defines a vector function, operating on vectorz vectors
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close