如何为使用 CGBitmapContextCreate() 创建的画布设置背景颜色?
我假设如果我使用设备颜色空间(RGBA,因此使用 alpha),背景会自动透明。但我不确定。
如何明确设置绘图画布或位图上下文的背景颜色以确保其在创建时是透明的?
I assume that the background is transparent automatically if I use the device color space (RGBA, so with alpha). But I'm not sure.
How can I set the background color of my drawing canvas or bitmap context explicitely to make sure it is transparent when it is created?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看更多: http:// oss.infoscience.co.jp/factor/docs.factorcode.org/content/word-CGContextSetRGBFillColor,core-graphics.html
see more: http://oss.infoscience.co.jp/factor/docs.factorcode.org/content/word-CGContextSetRGBFillColor,core-graphics.html
这段代码会正常工作。
This code will work fine.