Blend Modes in SwiftUI

2 pointsposted 6 hours ago
by skreep

1 Comments

sgt

6 hours ago

This is a crazy intuitive API.

  ZStack {
      NaturePhoto()
      LightEffectOnBlack()
          .blendMode(.plusLighter)
  }

How is the performance?