Hello,
In our GUI we are using an RGBA8888 gradient bitmap resource with Platform package RGB565. The bitmap format is Native, so as expected there is a color loss/distortion observed in gradient due to conversion from RGBA8888 to the native format which is RGB565. In order to improve the quality of the bitmap, we tried to use the attribute Dithering. In-spite of using the option and trying with all the given dithering algorithms, there is no difference in the color loss/appearance of the gradient bitmap. Can you please suggest a solution to this?
Regards,
Kavya.