unboxme / Blurberry

Transparent blur using UIVisualEffectView without subclassing
MIT License
56 stars 7 forks source link

Colour Saturation Issue #3

Open JeremyLeworthy opened 3 years ago

JeremyLeworthy commented 3 years ago

As you can see in the example image below, the blur is evidently more saturated than the original image.

Same issue with VisualEffectView: https://github.com/efremidze/VisualEffectView/issues/31

colorIssueBlurberry

unboxme commented 3 years ago

@JeremyLeworthy Thank you for using my library.

I need more time for investigation, but I found a temporary solution for you. Аs @r-plus mention here it is't necessary to init UIBlurEffect with parameters and as a result blur isn't over-saturated. Unfortunately this solution has a one limitation — after that you couldn't set tintColor.

So now you can fork and do that changes to continue use my library.

I'll try to fix it and push changes asap.