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