Bitmap/Flood fill: Difference between revisions

Added PureBasic
(Added PureBasic)
Line 788:
bitmap.draw_circle(Pixel[200,100], 40, RGBColour::BLACK)
bitmap.flood_fill(Pixel[140,160], RGBColour::BLUE)</lang>
 
=={{header|PureBasic}}==
<lang PureBasic>FillArea(0,0,-1,$ff)
; Fills an Area in red</lang>
 
 
=={{header|Tcl}}==
Anonymous user