如何给图像上色?
我有一个关于图标的问题:
我有一个图标(具有透明度),它是黑色的。对于不同的用途,我想将其着色为蓝色(例如)。最初该图标是为了适应 UITabbar 而制作的。选择后,形状的颜色也会变为蓝色。
这就是我想要达到的目标。有人有可能的解决方案吗?
谢谢!
I have a problem concerning an icon:
I have an icon (with transparency), which is black. For different uses I want to color it to blue (for example). Originally the icon was made to fit a UITabbar. There the color of the shape is colored to blue as well, when selected.
This is what I want to reach. Has anyone a possible solution?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来你想进行颜色混合。我的 MGImageUtilities 分支应该提供你想要的。它可以将您的黑色图标并将所有可见像素着色为蓝色,而不影响 Alpha 通道。
Sounds like you want to do a color blend. My fork of MGImageUtilities should provide what you want. It can take your black icon and color all the visible pixels blue without affecting the alpha channel.