CameraKit / blurkit-android

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

is there any possibility to unBlur view? #30

Closed bliveinhack closed 6 years ago

bliveinhack commented 6 years ago

Hello, Thanks for your work. i'm looking for a way to unblur view instantly ? Any suggestions ?

Thanks.

Palatis commented 6 years ago

what do you mean by unblur? you want to apply a sharpen filter on other stuff?

bliveinhack commented 6 years ago

Hello,

Sorry if i could not explain well.

Unblur means how can i revert back the view to it's original state after applying blur. for instance , after applying blur to my XX view. now i want to remove that blur effect .

hope it can be more clear now. Thanks.

Palatis commented 6 years ago

set radius to 0 and interval to 0ms and the invalidate() the blur layout? or just set visibility to hidden?

bliveinhack commented 6 years ago

Will give it try. Thanks. closing for now.