centerzx / ShapeBlurView

高斯模糊蒙层库
245 stars 37 forks source link

毛玻璃效果只在普通view上有用,在videoview这些surfaceview上无效果 #6

Closed SchafferWang0818 closed 2 years ago

SchafferWang0818 commented 2 years ago

毛玻璃效果只在普通view上有用,在videoview这些surfaceview上无效果

centerzx commented 2 years ago

这个还没试过,空了看看

centerzx commented 2 years ago

暂时不支持: SurfaceView, TextureView, VideoView, MapFragment, GLSurfaceView, etc BlurView currently doesn't support blurring of these targets, because they work only with hardware-accelerated Canvas, and BlurView relies on a software Canvas to make a snapshot of Views to blur.