8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
#title FloodFill [RCBasic Doc]
|
|
#header Sub FloodFill(x,y)
|
|
|
|
Fills a closed shape in with the current draw color
|
|
|
|
NOTE: It is not recommended to floodfill the full screen since its prone to stack overload
|
|
|