BrightnessModifier

public struct BrightnessModifier : ViewModifier

The modifier wrapper for the corresponding SwiftUI function.

See: SwiftUI doc

  • The intensity of the brightness effect.

    Declaration

    Swift

    public let amount: Double
  • Declaration

    Swift

    public func body(content: Content) -> some View