skydoves / Cloudy

☁️ Jetpack Compose blur effect library, which falls back onto a CPU-based implementation to support older API levels.
Apache License 2.0
789 stars 28 forks source link

Set the radius to more than 25 #16

Closed hawklike closed 12 months ago

hawklike commented 12 months ago

Is your feature request related to a problem?

I need to blur the digits representing a balance, but even with the radius set to 25, the digits are recognizable.

Describe the solution you'd like:

I would like to increase the radius to more than 25 so that the blur is stronger.

hawklike commented 12 months ago

I noticed that the blur effect internally depends on the RenderScriptToolkit that accepts values between 0 to 25.