home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!olivea!apple!netcomsv!terapin!paulk
- From: paulk@terapin.com (Paul Kienitz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Chunky Pixel Mode for Low End Chip Set?
- Message-ID: <paulk.2za1@terapin.com>
- Date: 29 Dec 92 00:27:24 GMT
- References: <jbickers.0m6w@templar.actrix.gen.nz>
- Organization: BBS
- Lines: 7
-
- > I don't see how flood filling can be faster with planes. The
- > classic method is mostly ReadPixel() and WritePixel() operations,
- > which chunky pixels excel at.
-
- The area fill operation built into the blitter doesn't go one
- pixel at a time, I'm pretty sure. Unfortunately the line-drawing
- operation does go one pixel at a time.
-