void FloodFill(const Point<SInt32>& pt, Color color);
FloodFill performs a flood fill operation on an image starting at an (x, y) coordinate and filling with a certain color.