Bitmap/Flood fill: Difference between revisions

Added heading
(Added heading)
Line 145:
* <code>key</code> is a key to press to exit if the fill takes too long.
 
== Recursive (limited to %StackSize% pixels)==
This is limited to %StackSize% pixels.
<lang AutoHotkey>SetBatchLines, -1
CoordMode, Mouse
Anonymous user