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

  1. Path: sparky!uunet!ogicse!reed!nobody
  2. From: gluttony@reed.edu!gluttony.reed.edu!pcalahan (Patrick John Calahan)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: HELP: Color mapping and copybits
  5. Message-ID: <m0mITTz-0006ChC@gluttony.reed.edu>
  6. Date: 13 Aug 92 00:56:15 GMT
  7. Article-I.D.: gluttony.m0mITTz-0006ChC
  8. Sender: pcalahan@reed.edu (Patrick John Calahan)
  9. Organization: Reed College, Portland, OR
  10. Lines: 6
  11.  
  12. I have two offscreen pixmaps, one 4bits deep and one 8bits deep.
  13. Each has its own color table of 16 and 256 colors respectively.  I want to  
  14. be able to copy one to the other with copybits and have the colors
  15. be mapped using the color tables (im using apple standard colors for
  16. both tables).  The problem is, as I understand it, copybits uses the
  17. current gDevice's color table for the destPixmap.  What do I do?
  18.