Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个过滤为灰度的彩色位图。当用户触摸它时,我想从触摸点为一个不断扩大的彩色圆圈设置动画。 我不希望使用两个位图(一种颜色和一种灰度)和一个蒙版来获得这种效果。 我可以制作动画。 您可以将绘画过滤器应用于位图的特定(圆形)区域吗? 不确定它是否相关,但位图显示在 SurfaceView 中。