home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12872 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.0 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!math.fu-berlin.de!umn.edu!spool.mu.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!usc!sdd.hp.com!decwrl!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: ClearEOL and SetAPen
  5. Message-ID: <paulk.1av8@terapin.com>
  6. Date: 30 Aug 92 10:29:35 GMT
  7. Article-I.D.: terapin.paulk.1av8
  8. Organization: BBS
  9. Lines: 9
  10.  
  11. THe latest Amiga Mail had a nifty article about tricks to optimize your
  12. graphics & intuition rendering in windows.  One thing it pointed out was the
  13. high cost of SetAPen and suchlike.  It suggested that if you're doing, say, a
  14. bunch of drawing in one color, and a bunch of area filling in another color,
  15. you might want to create two rastports so you're not always changing the color
  16. settings of one rastport.
  17.  
  18. My question is, does using ClearEOL have the kind of overhead that changing
  19. colors does, or does it just use the existing pen setup efficiently?
  20.