View Single Post
Old 18 January 2014, 21:04   #4
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,344
Maybe try using SA_FullPalette when you open the screen? Or set the palette manually with SA_Colors?

From the OpenScreen autodoc:
SA_FullPalette: this is a Boolean attribute. Prior to V36, there
were just 7 RGB color values that Intuition maintained
in its user preferences (playfield colors 0-3, and colors
17-19 for the sprite). When opening a screen, the color
map for the screens viewport is first initialized by
graphics (graphics.library/GetColorMap()) then these
seven values are overridden to take the preferences values.

In V36, Intuition maintains a full set of 32 preferences colors.
If you specify TRUE for SA_FullPalette, Intuition will
override ALL color map entries with its full suite of
preferred colors.
mark_k is offline  
 
Page generated in 0.04857 seconds with 11 queries