Thanks Aaron. I do not need a lot of entries (probably 20 will be enough) and I want to preserve consistency. Consistency means another popup program can have its color un-altered while I am using some of the unused entries beneath it.
Regarding the bitmap itself. If it is keep in the Constructor with custom palette, it will not be shown properly (in 256 color mode.) Is there any nice third problem program (now I usually use MS Paint) which comes with a nice palette editor, so that palette changes can be easily managed? Regards horace "Aaron Ardiri" <[EMAIL PROTECTED]> ���g��l��s�D :[EMAIL PROTECTED] > Can I assume the total number of unused palette entries is 25? > > When I try to select black in the Constructor, it always choose > _the_ black next to the last cyan. Does it suggest that is the > last entry being used in the default palette? you can control the palette as you wish :) if you are doing gaming applications - it may be best that you set white as 0, and, black as 255. this works very well in regards to masking of graphics :) i like consistancy. 1bpp - 0 = white, 1 = black 2bpp - 0 = white, 3 = black 4bpp - 0 = white, 15 = black 8bpp - 0 = white, 255 = black :) see the pattern? *g* --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
