ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
blitTo
ae
utils
graphics
view
Blits a view onto another. The views must have the same size.
void
blitTo
(SRC src, DST dst)
void
blitTo
(
SRC
DST
)
(
auto
ref
SRC
src
,
auto
ref
DST
dst
)
if
(
isView
!
SRC
&&
isWritableView
!
DST
)
void
blitTo
(SRC src, DST dst, xy_t x, xy_t y)
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
Blits a view onto another. The views must have the same size.