在画布上绘制透明形状
我有一个占据整个屏幕的背景图像。我正在背景上绘制画布并将其颜色设置为白色,这样您还看不到图像。我想要实现的目标是在白色画布上绘制一个透明形状,并让背景图像显示该形状所在的位置。我正在使用 SurfaceView 并实现 SurfaceView.Callback 。
I have a background image that takes up the whole screen. I am drawing canvas over the background and setting its color to white so you can't see the image yet. What I am trying to achieve is to then draw a transparent shape onto the white canvas and have the background image show through where that shape is. I am using a surfaceView and implementing SurfaceView.Callback
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要绘制透明形状,请遵循此代码
to draw transparent shape follow this code
您应该使白色透明:
You should make the white color transparent: