Bitmap/Flood fill: Difference between revisions

m
→‎{{header|Wren}}: Minor simplification.
(Added Wren)
m (→‎{{header|Wren}}: Minor simplification.)
Line 3,078:
fill(s, t, w, h, col) {
for (x in s...w) {
for (y in t...h) _bmp.pset(x, y, col)
}
}
9,482

edits