Flood fill

Does anyone have any experience using the Floodfill() function in TImage? I’d like to use a floodfill algorithm that’s faster than the one I hobbled together. But there doesn’t seem to be any documentation for the built in one, and I can’t get it to work (since I don’t know what the parameters mean). Thanks!

This function is dummy seems to me see:
root.cern.ch/root/html/src/TASIm … tml#UgVfME
I’ll ask V.Onuchin to comment about it.

Hi,
FloodFill was declared but not implemented .
TASImage is using libAfterImage were such function exists.
I hoped that reusing libAfterImage’s FloodFill would be simple.
OK. I’ll revisit it, asap.

Regards. Valeriy