Blend Modes in SwiftUI

(nilcoalescing.com)

2 points | by skreep 6 hours ago ago

1 comments

  • sgt 5 hours ago

    This is a crazy intuitive API.

      ZStack {
          NaturePhoto()
          LightEffectOnBlack()
              .blendMode(.plusLighter)
      }
    
    
    How is the performance?