Bill Andreozzi wrote: > We have graphics that have custom color tables, when they are display, it > screws up the silk-screen. > We currently reserve the normal palm colors in the color table so that in > prior version all displayed well. > Does the same thing need to happen in order for this to work, or should > we create a bitmap window and display our data within that bitmap window. > I change the color table by calling: the WinPaletteSet function. > > Otherwise, what colors should be reserved for the silkscreen?
The Sony virtual silkscreen bitmap uses colors that are scattered all around the palette, so it's quite a bit of trouble to avoid them. Plus, I think some people have replaced the default silkscreen bitmaps with their own custom ones, so there's no way you can avoid palette issues on all devices anyway. Such are the pitfalls to using indexed color. Can you use 16-bit color instead? __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
