> 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/
