uncheckedFloodFill

Recursively replace the color of all adjacent pixels of the same color, starting with the given coordinates. Unchecked! Make sure area is bounded.

void
uncheckedFloodFill
(
V
COLOR
)
(
auto ref V v
,,,
COLOR c
)
if (
is(COLOR : ViewColor!V)
)

Meta