You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Variablur/VisualEffect+variableBlur.swift
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,30 +35,32 @@ public extension VisualEffect {
35
35
mask:Image,
36
36
isEnabled:Bool=true
37
37
)->someVisualEffect{
38
+
// This multiplier is applied to the radius to match the behavior of SwiftUI's built-in `blur(radius:)`, which is to treat the radius as one standard deviation in the gaussian bell curve.
0 commit comments