Android 位图轮廓
我正在尝试绘制可绘制对象的轮廓,
我尝试使用模糊,如本页所示:
如何在位图周围制作发光效果?
它的效果不是我想要的,
我想要一个“坚实”的轮廓,
不模糊。
有人知道怎么做吗?
I'm trying to draw the contour of my drawable,
I tried to use Blur, as in this page:
How to make glow effect around a bitmap?
Its effect is not what I want,
I want a "solid" contour,
not blurred.
anyone knows how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找不到轮廓类型的滤镜或遮罩,而模糊和阴影遮罩也不是很强。因此,您可以使用滤色器和比例来创建自己的效果。这个例子将创建一个红色轮廓
对于游戏帧动画来说它足够快,我已经测试过它。
There is no outline type filter or mask that I can find, while blur and shadow mask are not very strong. Hence you could create your own effect by using color filter and scale. This example would create a red contour
It is fast enough for a game frame animation, I've tested it.