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

# normal

A mode that paints source image samples over the background image samples.

## Declaration

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

## Discussion

Discussion This is the default blend mode.
