dplug v6.0.22
Dub
Repo
copyPixels
dplug
graphics
image
Copy a view's pixels (top-to-bottom) to a COLOR buffer.
void
copyPixels
(
SRC
COLOR
)
(
auto
ref
SRC
src
,
COLOR
[]
dst
)
if
(
isView
!
SRC
&&
is
(
COLOR
==
ViewColor
!
SRC
)
)
Meta
Source
See Implementation
dplug
graphics
image
functions
copyPixels
copyScanline
toRef
structs
ImageRef
templates
downscale
Copy a view's pixels (top-to-bottom) to a COLOR buffer.