---
title: NSColorRenderingIntent.saturation
framework: appkit
role: symbol
role_heading: Case
path: appkit/nscolorrenderingintent/saturation
---

# NSColorRenderingIntent.saturation

Preserve the relative saturation value of the colors when converting into the gamut of the output device.

## Declaration

```swift
case saturation
```

## Discussion

Discussion The result is an image with bright, saturated colors. Saturation intent is good for reproducing images with low detail, such as presentation charts and graphs.

## See Also

### Constants

- [NSColorRenderingIntent.default](appkit/nscolorrenderingintent/default.md)
- [NSColorRenderingIntent.absoluteColorimetric](appkit/nscolorrenderingintent/absolutecolorimetric.md)
- [NSColorRenderingIntent.relativeColorimetric](appkit/nscolorrenderingintent/relativecolorimetric.md)
- [NSColorRenderingIntent.perceptual](appkit/nscolorrenderingintent/perceptual.md)
