More control over BlurView (separate blur distance and saturation)
Jake 'Sid' Smith
It is currently impossible to achieve some blur effects due to limitations of the blur view.
The key things are:
- No way to adjust blur distance and saturation independently
- Maximum "intensity" of 100 only blurs by 20px (inspecting in web)
I'm currently working on an app that requires a 100px blur. I can achieve this by stacking BlurViews on top of each other, but regardless of which "tint" I use the end result is always too dark, too light, too saturated, or too unsaturated.
I'm not sure what the limitations are, but it may resolve all of my issues if instead of having a single "intensity" prop this was split into "distance" and "saturation".