ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
procedural
ae
utils
graphics
view
Returns a view which calculates pixels on-demand using the specified formula.
template
procedural
(alias formula)
auto
procedural
(
xy_t
w
,
xy_t
h
)
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
Source
See Implementation
ae
utils
graphics
view
aliases
ViewColor
flip
hflip
invert
trimAlpha
vflip
xy_t
enums
isDirectView
isView
isWritableView
functions
blend
blitTo
border
crop
flipXY
nearestNeighbor
onePixel
overlay
rotate
rotateCCW
rotateCW
safeBlitTo
size
solid
tile
vjoiner
mixin templates
DirectView
SafeWarp
Warp
templates
ViewStorageType
colorMap
parallel
procedural
trim
warp
Returns a view which calculates pixels on-demand using the specified formula.