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