bluck20 / cocos2d-android-1

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

Image Banding in the Gradient #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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:24

Attachments: