[comp.sys.mac.programmer] Color QD Palettes

billkatt@sol.engin.umich.edu (billkatt) (03/13/89)

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