Path: utzoo!attcan!uunet!husc6!mailrus!caen.engin.umich.edu!sol.engin.umich.edu!billkatt From: billkatt@sol.engin.umich.edu (billkatt) Newsgroups: comp.sys.mac.programmer Subject: Color QD Palettes Message-ID: <41fbf494.a590@mag.engin.umich.edu> Date: 12 Mar 89 19:34:00 GMT Sender: netnews@caen.engin.umich.edu Reply-To: billkatt@sol.engin.umich.edu (billkatt) Organization: University of Michigan, Ann Arbor Lines: 11 I am trying to draw a color PICT with color QuickDraw. I have a problem. I have set a palette for my window with SetPalette. Now, I am told to use 'PmForeColor' instead of 'RGBForeColor' when I draw so the palette manager will take care of CLUT adjustment. Unfortunately, my PICT apparently calls 'RGBForeColor'. So my palette never takes effect. I was going to go through my PICT and replace all 'RGBForeColor' opcodes with 'PmForeColor' opcodes, but there doesn't seem to be a 'PmForeColor' opcode (according to IM-V). I need help!! -Steve Bollinger