RMMSecurity / cocos2d-android

Automatically exported from code.google.com/p/cocos2d-android
Other
0 stars 1 forks source link

Image Banding in the Gradient #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am getting Banding in the Gradient. I am Adding the image in the Background 
of a CCLayer.

bg = CCSprite.sprite(preFix + "GameMenu/GameMenuBG_i3.png");
bg.setPosition(WSO.width / 2, WSO.height / 2);
addChild(bg);

The Target image is not Banded, but the output image is banding in the Samsung 
Galaxy Tab 10.1 Device.

Please refer to the screenshot

Original issue reported on code.google.com by mayurkou...@gmail.com on 15 May 2012 at 10:23

Attachments: