dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
blitTo
dplug
graphics
image
Helper function to blit an image onto another at a specified location.
void
blitTo
(SRC src, DST dst)
void
blitTo
(SRC src, DST dst, int x, int y)
nothrow @
nogc
void
blitTo
(
SRC
DST
)
(
auto
ref
SRC
src
,
auto
ref
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
Helper function to blit an image onto another at a specified location.