Replies: 3 comments
|
Currently, no. As a workaround overlay Color.black.opacity(...) to Color.clear gradient. In fact I disable darkening and saturation layers of UIVisualEffectView because it creates a visible line at clear end of the view: VariableBlur/Sources/VariableBlur/VariableBlur.swift Lines 69 to 72 in 41698ee Ideally, we wouldn't do this and instead apply opacity gradient. Also change style used to explicitly dark material: Any PRs that tackle this will be absolutely welcome! |
|
I was able to create darkened gradient blur using the solution by @Sweeper here: https://stackoverflow.com/a/78877606/1634905 In the Then, in the Add the following functions: And change the Result: |
|
Oh, you use |

Uh oh!
There was an error while loading. Please reload this page.
Is there a way to create a darker blur? Dark enough so that the status bar always shows white text instead of black? How can I control?
All reactions