fillImage

Fills a whole image with a single element value.

void
fillImage
(
I
P
)
(
I img
,
P e
)
if (
isImage!I &&
is(P : I.element_t)
)

Meta