drawPixel

Draws a single pixel.

void
drawPixel
(
I
P
)
(
I img
,
int x
,
int y
,
P p
)
if (
isImage!I &&
is(P : I.element_t)
)

Meta