dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
copyPixels
dplug
graphics
image
Copy a view's pixels (top-to-bottom) to a COLOR buffer.
nothrow @
nogc
void
copyPixels
(
SRC
COLOR
)
(
auto
ref
SRC
src
,
COLOR
[]
dst
)
if
(
isView
!
SRC
&&
is
(
COLOR
==
ViewColor
!
SRC
)
)
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
Copy a view's pixels (top-to-bottom) to a COLOR buffer.