---
title: SCNBlendMode.screen
framework: scenekit
role: symbol
role_heading: Case
path: scenekit/scnblendmode/screen
---

# SCNBlendMode.screen

Blend by multiplying the inverse of the source color with the inverse of the destination color.

## Declaration

```swift
case screen
```

## Discussion

Discussion This mode results in colors that are at least as light as either of the two contributing colors.

## See Also

### Constants

- [SCNBlendMode.alpha](scenekit/scnblendmode/alpha.md)
- [SCNBlendMode.add](scenekit/scnblendmode/add.md)
- [SCNBlendMode.subtract](scenekit/scnblendmode/subtract.md)
- [SCNBlendMode.multiply](scenekit/scnblendmode/multiply.md)
- [SCNBlendMode.replace](scenekit/scnblendmode/replace.md)
