copyPixels

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