向绘图添加噪点效果
我正在为我的 Android 应用程序创建自定义视图,并且想在我的绘图上添加噪声叠加。
我的绘图非常标准,弧线、贝塞尔曲线等。
在用画布绘制的任意形状上创建噪声叠加的方法是什么?
I'm in the process of creating a custom view for my android application and would like to add a noise overlay over my drawings.
My drawings are pretty standard, arcs, bezier curves, etc.
What would be the way to go with creating a noise overlay over arbitrary shapes, drawn with canvas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用可平铺的透明噪声 png 并用它覆盖画布。
Use a tileable transparent noise png and cover the canvas with it.