home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / lisp / mcl / 1096 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.3 KB

  1. Path: sparky!uunet!sun-barr!olivea!apple!cambridge.apple.com!paul@vault.WUstl.EDU
  2. From: paul@vault.WUstl.EDU (Terrance Paul McCartney)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Drawing color shapes on a monochrome monitor
  5. Message-ID: <9207291705.AA07425@vault.WUstl.EDU>
  6. Date: 29 Jul 92 17:05:32 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 17
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Return-Path: <paul@vault.WUstl.EDU>
  11. Original-To: info-mcl@cambridge.apple.com
  12.  
  13. I've run into a strange problem with color.  My program draws things of a
  14. non-rectangular shape to a yellow background.  I also need to erase those
  15. things without disturbing the rest of the drawing (i.e. the thing to erase
  16. is wrapped around something else which I don't want to erase).  
  17.  
  18. For the above reason, I did not use erase-rect since it would erase too much.
  19. I simply draw over the shape with the background color (yellow).  This works
  20. fine on a color monitor.  When I run it on a monochrome monitor, the parts
  21. that I erased show up as black, even though the background (yellow) shows
  22. up as white.
  23.  
  24. It seems pretty screwed up that if you draw something with the background
  25. color, it shows up as a non-background color.  Similar effects can be seen
  26. in grayscale modes.  Is this another bizarre feature of the mac, or is there
  27. some fix to this?
  28.  
  29. - Paul
  30.