CameraKit / blurkit-android

The missing Android blurring library. Fast blur-behind layout that parallels iOS.
MIT License
3.72k stars 309 forks source link

How to undo or remove a fastBlur ? #80

Open smhk opened 3 years ago

smhk commented 3 years ago

I simply want to blur the whole screen / whole activity (as when adding a typical menu on the left).

I guess I should use

BlurKit.getInstance().fastBlur(activity_root_view , 5, 1f);

How to undo this when the menu goes away? Thanks.

marticztn commented 2 years ago

I would like to know this as well UPDATE: Well it seems like there's no way to reverse the blur.