Math |
Name | Description | |
---|---|---|
FloodFill_4Neighbour(Int32, Int32, FuncInt32, Int32, Boolean, ActionInt32, Int32, FuncInt32, Int32, Boolean) | A very general flood fill algorithm (4-Neighbour algorithm). It tests iteratively the 4 neighbouring pixels. | |
FloodFill_4Neighbour(Int32, Int32, FuncInt32, Int32, Boolean, ActionInt32, Int32, Int32, Int32, Int32, Int32) | A very general flood fill algorithm (4-Neighbour algorithm). It tests iteratively the 4 neighbouring pixels. |