putPixel

Forwards to safePut or opIndex, depending on the CHECKED parameter. Allows propagation of a CHECKED parameter from other callers.

nothrow @nogc
void
putPixel
(
bool CHECKED
V
COLOR
)
(
auto ref V v
,
int x
,
int y
,
COLOR value
)
if (
is(COLOR : ViewColor!V)
)

Meta