home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 13968 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  891 b 

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!rsoft!mindlink!a347
  2. From: John_Miller@mindlink.bc.ca (John Miller)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Blitting PixMaps with a mask
  5. Message-ID: <14279@mindlink.bc.ca>
  6. Date: 14 Aug 92 01:00:28 GMT
  7. Organization: MIND LINK! - British Columbia, Canada
  8. Distribution: world
  9. Lines: 15
  10.  
  11. In Message <cshotton-130892083933@bmb8.med.uth.tmc.edu>,
  12. cshotton@oac.hsc.uth.tmc.edu (Chuck Shotton) writes
  13.  
  14. > I have a color image on a white background, residing happily in
  15. > a gworld.  I'd like to blit that image (without the white
  16. > background) over another complex background. I KNOW I can do this
  17. > with no problem if I use a region that matches the outline of the
  18. > color image and CopyBits.
  19.  
  20. I don't think you need a region or a mask.  Specify "transparent"
  21. mode in the call to CopyBits.  (IM Volume V page 61)
  22.  
  23. John Miller
  24. Symplex Systems
  25.  
  26.