uncheckedFloodFill

Unchecked! Make sure area is bounded.

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

Meta