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

# saturation

A mode that uses the luminance and hue values of the background with the saturation of the source image.

## Declaration

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

## Discussion

Discussion Areas of the background that have no saturation — namely, pure gray areas — don’t produce a change.

## See Also

### Mixing color components

- [hue](swiftui/graphicscontext/blendmode-swift.struct/hue.md)
- [color](swiftui/graphicscontext/blendmode-swift.struct/color.md)
- [luminosity](swiftui/graphicscontext/blendmode-swift.struct/luminosity.md)
