Files
RCBASIC4/doc/doc_files/floodfill.html
2025-01-25 23:53:43 -05:00

20 lines
444 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>FloodFill [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub FloodFill(x,y) </h2></p>
<p>
Fills a closed shape in with the current draw color
</p>
<p>
NOTE: It is not recommended to floodfill the full screen since its prone to stack overload
</p>
<p>
</body>
</html>