Hi all,
I’m having a problem with my android and ios devices when using transparencies through the object.fill API. The alpha channel for Android merge the colours in a weird way, in some devices the green goes violet, in others yellow, please look my screenshot.
Basically I’ve an image as background, and then some layers with transparencies as:
obj = display.newRect(group, 0, 0, 100, 100) obj.fill = {1, 1, 1, 0.5) obj2 = display.newRect(group, 0, 0, 100, 100) obj2.fill = {1, 1, 1, 0.3)
Do you have the same behaviour? I’ve tested this on several devices.