Bitmap/Flood fill: Difference between revisions

Lingo added
m (→‎{{header|REXX}}: added/changed comments and whitespace, changed indentations.)
(Lingo added)
Line 1,482:
End If
End Function</lang>
 
=={{header|Lingo}}==
Lingo has built-in flood fill for image objects, so a custom implementation would be pointless:
<lang lingo>img.floodFill(x, y, rgb(r,g,b))</lang>
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Anonymous user