dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
copyScanline
dplug
graphics
image
Copy the indicated row of src to a COLOR buffer.
nothrow @
nogc
void
copyScanline
(
SRC
COLOR
)
(
auto
ref
SRC
src
,
int
y
,
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 the indicated row of src to a COLOR buffer.