dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
blitTo
dplug
graphics
image
Blits a view onto another. The views must have the same size.
void
blitTo
(SRC src, DST dst)
nothrow @
nogc
void
blitTo
(
SRC
DST
)
(
auto
ref
SRC
src
,
auto
ref
DST
dst
)
if
(
isView
!
SRC
&&
isWritableView
!
DST
)
void
blitTo
(SRC src, DST dst, int x, int y)
Meta
Source
See Implementation
dplug
graphics
image
aliases
ViewColor
classes
OwnedImage
enums
isDirectView
isView
isWritableView
functions
blitTo
convertImageToOwnedImage_l16
convertImageToOwnedImage_l8
convertImageToOwnedImage_rgb8
convertImageToOwnedImage_rgba8
copyPixels
copyScanline
createViewFromImageRef
cropImageRef
getImageRef
loadImageSeparateAlpha
loadImageWithFilledAlpha
loadOwnedImage
loadOwnedImageDepth
loadOwnedImagePremul
size
toRef
mixin templates
DirectView
Warp
structs
ImageRef
Blits a view onto another. The views must have the same size.