> Ive RTFM for a couple of hours. Do I have to tell the the OS what screen
> depth I want using WinScreenMode before I do anything ?
did you read the manual?
---
// change into 4bpp grayscale mode
{
UInt32 newDepthState = 4;
WinScreenMode(winScreenModeSet,NULL,NULL,&newDepthState,NULL);
}
---
wola.. what part did you not understand? :)
> Also is WinSetForeColor the correct function to set the color, and if so am
> I correct in using 0 to F or do I have to do something else ?
you might want to no hard code like that :)) look at the RGBColorType
structure.. or something.. from memory :P its all there.. waiting for
you to discover!
cheers
// az
[EMAIL PROTECTED]
http://www.ardiri.com/ <--- free games!
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/