procedural

Returns a view which calculates pixels on-demand using the specified formula.

template procedural(alias formula)
procedural

Members

Aliases

COLOR
alias COLOR = typeof(fun(xy_t.init, xy_t.init))
Undocumented in source.
fun
alias fun = binaryFun!(formula, "x", "y")
Undocumented in source.

Functions

procedural
auto procedural(xy_t w, xy_t h)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta