Xref: utzoo comp.sys.mac.programmer:13174 comp.graphics:10370 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!lll-winken!das!sierra From: sierra@das.llnl.gov (Frankie Sierra) Newsgroups: comp.sys.mac.programmer,comp.graphics Subject: Re: color bitplanes on a Mac? Message-ID: <52297@lll-winken.LLNL.GOV> Date: 14 Mar 90 22:40:25 GMT References: <53503@bbn.COM> Sender: usenet@lll-winken.LLNL.GOV Reply-To: sierra@das.UUCP (Frankie Sierra) Followup-To: comp.sys.mac.programmer Organization: Dept. of Applied Science, UC Davis at LLNL Lines: 9 Wayne, if you are dealing directly with the color manager without using the palette manager, then you should be able to XOR by yourself. Now, if you are using the Palette manager, specify the color entry usage for all the entries as "pmExplicit + pmTolerant" and set the tolerance to zero. This instruct the palette manager to use the colors exactly as they were defined (pmTolerant == 0), and exactly in the entry position they were defined (pmExplicit). You can do these when creating the palette, or by using SetEntryUsage over the entries you want control. Hope this help. -Frankie-