4 ms·Blend Modes in SwiftUI2 points by skreep 23d agosgt 23d agoThis is a crazy intuitive API. ZStack { NaturePhoto() LightEffectOnBlack() .blendMode(.plusLighter) } How is the performance?