I'm testing a camera app in N93i.
When I call
TDisplayMode displayMode = CEikonEnv::Static()->WsSession().GetDefModeMaxNumColors(color, gray);
I suppose it return the max number color of the phone support. In my case it return
"EColor16MU".
My question is :
I don't want to use "EColor16MU", I want to use even smaller color like "EColor64K".
I'm actually using
iDisplayMode = EColor64K;
iColorDepth = CCamera::EFormatFbsBitmapColor64K;
for my application. It is working fine in N93i so far.
1. I'm just wondering if there will be any side-effect if I don't use the displayMode return from WsSession().GetDefModeMaxNumColors?
2. Is EColor64K and EFormatFbsBitmapColor64K working with all S60 3rd phone?
I'm appreciated if you can give me any advise.
Thanks,
ysdl

isplayMode) might be an other one.


