safePut

Set the pixel color at the specified coordinates if the coordinates are not out of bounds.

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

Meta