---
title: SCNParticleBlendMode.screen
framework: scenekit
role: symbol
role_heading: Case
path: scenekit/scnparticleblendmode/screen
---

# SCNParticleBlendMode.screen

The source color is added to the destination color times the inverted source color.

## Declaration

```swift
case screen
```

## See Also

### Constants

- [SCNParticleBlendMode.additive](scenekit/scnparticleblendmode/additive.md)
- [SCNParticleBlendMode.subtract](scenekit/scnparticleblendmode/subtract.md)
- [SCNParticleBlendMode.multiply](scenekit/scnparticleblendmode/multiply.md)
- [SCNParticleBlendMode.alpha](scenekit/scnparticleblendmode/alpha.md)
- [SCNParticleBlendMode.replace](scenekit/scnparticleblendmode/replace.md)
