added gfx2.fill() flood fill routine

This commit is contained in:
Irmen de Jong
2023-05-23 00:27:42 +02:00
parent 8bffd7672d
commit e15bc68c9b
4 changed files with 137 additions and 3 deletions
+1
View File
@@ -381,6 +381,7 @@ Full-screen multicolor bitmap graphics routines, available on the Cx16 machine o
- clearing screen, switching screen mode, also back to text mode is possible.
- drawing and reading individual pixels
- drawing lines, rectangles, filled rectangles, circles, discs
- flood fill
- drawing text inside the bitmap
- in monochrome mode, it's possible to use a stippled drawing pattern to simulate a shade of gray.