procedural

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

template procedural(alias formula)
procedural
(
int w
,
int h
)

Members

Aliases

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

Functions

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

Meta