ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
colorMap
ae
utils
graphics
view
Return a view which applies a predicate over the underlying view's pixel colors.
auto
colorMap
(V src)
template
colorMap
(alias fun)
auto
colorMap
(
V
)
(
auto
ref
V
src
)
if
(
isView
!
V
)
template
colorMap
(alias getFun, alias setFun)
Members
Functions
colorMap
auto
colorMap
(V src)
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
Return a view which applies a predicate over the underlying view's pixel colors.