On 3/24/06, cp <[EMAIL PROTECTED]> wrote: > What would be the values for red or blue to be set to rgb then ?
inColor = (depth==8); is your problem - for starters. color can be 8bit (index) or 16bit (direct). direct color for 16bit is current 565 RGB - and, you should be able to find the appropriate API to set the foreground color. -- // Aaron Ardiri -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
