---
title: SKBlendMode.screen
framework: spritekit
role: symbol
role_heading: Case
path: spritekit/skblendmode/screen
---

# SKBlendMode.screen

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

## Declaration

```swift
case screen
```

## See Also

### Constants

- [SKBlendMode.alpha](spritekit/skblendmode/alpha.md)
- [SKBlendMode.add](spritekit/skblendmode/add.md)
- [SKBlendMode.subtract](spritekit/skblendmode/subtract.md)
- [SKBlendMode.multiply](spritekit/skblendmode/multiply.md)
- [SKBlendMode.multiplyX2](spritekit/skblendmode/multiplyx2.md)
- [SKBlendMode.replace](spritekit/skblendmode/replace.md)
