flood-fill

3,336
0
Published 2009-01-02
Flood Fill Example:

It uses the "scanline with stack" flood fill algorithm, which is explained here -- http://lodev.org/cgtutor/floodfill.html

Enjoy.