Liking cljdoc? Tell your friends :D

clisk.util


alpha-from-argbclj

(alpha-from-argb argb)

Gets the alpha component value from an ARGB integer

Gets the alpha component value from an ARGB integer
raw docstring

blue-from-argbclj

(blue-from-argb argb)

Gets the blue component value from an ARGB integer

Gets the blue component value from an ARGB integer
raw docstring

COMPONENT_TO_DOUBLEclj


context-class-loaderclj

(context-class-loader)

errorcljmacro

(error & vals)

Throws a clisk error with the provided message(s)

Throws a clisk error with the provided message(s)
raw docstring

expression-infoclj

(expression-info expr)

Uses the Clojure compiler to analyze the given s-expr. Returns a map with keys :class and :primitive? indicating what the compiler concluded about the return value of the expression. Returns nil if no type info can be determined at compile-time.

Example: (expression-info '(+ (int 5) (float 10))) Returns: {:class float, :primitive? true}

Uses the Clojure compiler to analyze the given s-expr.  Returns
a map with keys :class and :primitive? indicating what the compiler
concluded about the return value of the expression.  Returns nil if
no type info can be determined at compile-time.

Example: (expression-info '(+ (int 5) (float 10)))
Returns: {:class float, :primitive? true}
raw docstring

expression-info-internalclj

(expression-info-internal expr)

green-from-argbclj

(green-from-argb argb)

Gets the green component value from an ARGB integer

Gets the green component value from an ARGB integer
raw docstring

load-imageclj

(load-image resource-name)

new-imageclj

(new-image w h)

primitive?cljmacro

(primitive? expression)

red-from-argbclj

(red-from-argb argb)

Gets the red component value from an ARGB integer

Gets the red component value from an ARGB integer
raw docstring

static-castcljmacro

(static-cast class-sym expression)

Performs a static type cast

Performs a static type cast
raw docstring

typeofcljmacro

(typeof expression)

xorcljmacro

(xor)
(xor a)
(xor a & more)

Returns logical xor of values

Returns logical xor of values
raw docstring

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

× close