---
title: screen
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/graphicscontext/blendmode-swift.struct/screen
---

# screen

A mode that multiplies the inverse of the source image samples with the inverse of the background image samples.

## Declaration

```swift
static var screen: GraphicsContext.BlendMode { get }
```

## Discussion

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

## See Also

### Lightening

- [lighten](swiftui/graphicscontext/blendmode-swift.struct/lighten.md)
- [colorDodge](swiftui/graphicscontext/blendmode-swift.struct/colordodge.md)
- [plusLighter](swiftui/graphicscontext/blendmode-swift.struct/pluslighter.md)
