iPhone SDK:更改图像颜色
在 cocos2d 中,有一个选项可以“更改”精灵的颜色。例如:我有一个白色图像,然后执行代码,图像就会变成我指定的任何颜色。在不使用 cocos2d 库的情况下如何做同样的事情?
我知道这是可能的,大约 5 个月前我自己也做过这样的事情,但以典型的方式,我不知何故丢失了代码。
In cocos2d, there's an option to "change" a sprite's color. For example: I have a white image, then I execute the code and the image turns to any color that I specify. How can I do the same thing without using the cocos2d libraries?
I know it's possible and I did such a thing myself about 5 months ago, but in typical fashion I somehow managed to lose the code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个
try this
首先在 UIImageView 中设置图像,然后使用下面的代码片段。
First set the image in UIImageView then use below code snippet.