Hi,
Is there anyone who knows how to convert a bitmap (CFbsBitmap object) with display mode of EColor64K to EColor16MU on Symbian OS ?
Regards,
Marcinos
Hi,
Is there anyone who knows how to convert a bitmap (CFbsBitmap object) with display mode of EColor64K to EColor16MU on Symbian OS ?
Regards,
Marcinos
Create a same sized, but EColor16MU bitmap, and bitblt the original one on it. You can find relevant code snippet if you search for "off-screen" (including the quotation marks) in the SDK Help.
Depending on what you need, you may also find TBitmapUtil useful.