dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
procedural
dplug
graphics
view
Returns a view which calculates pixels on-demand using the specified formula.
template
procedural
(alias formula)
auto
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
Source
See Implementation
dplug
graphics
view
aliases
ViewColor
enums
isDirectView
isView
isWritableView
functions
blitTo
crop
onePixel
size
solid
mixin templates
DirectView
Warp
templates
procedural
Returns a view which calculates pixels on-demand using the specified formula.