FloodFill
Performs a flood fill operation in a pixmap and returns the result.
Syntax
-
FloodFill(pm, x, y, c)
-
pm
is a pixmap -
x
andy
are integers -
c
is a colour
-
Description
FloodFill(pm, x, y, c)
returns pm
after a flood fill has been performed at location (x, y)
with colour c
.