Bitmap/Flood fill: Difference between revisions

m
({{omit from|PARI/GP}})
Line 849:
=={{header|Tcl}}==
{{libheader|Tk}}
{{libheader|tcllib}}
<br>
Using <code>struct::queue</code> package from {{libheader|tcllib}}
<br>
Using code from [[Basic bitmap storage#Tcl|Basic bitmap storage]], [[Bresenham's line algorithm#Tcl|Bresenham's line algorithm]] and [[Midpoint circle algorithm#Tcl|Midpoint circle algorithm]]
<lang tcl>package require Tcl 8.5
Anonymous user