---
title: CGColorRenderingIntent.saturation
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgcolorrenderingintent/saturation
---

# CGColorRenderingIntent.saturation

## Declaration

```swift
case saturation
```

## Discussion

Discussion Preserve the relative saturation value of the colors when converting into the gamut of the output device. 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

- [CGColorRenderingIntent.defaultIntent](coregraphics/cgcolorrenderingintent/defaultintent.md)
- [CGColorRenderingIntent.absoluteColorimetric](coregraphics/cgcolorrenderingintent/absolutecolorimetric.md)
- [CGColorRenderingIntent.relativeColorimetric](coregraphics/cgcolorrenderingintent/relativecolorimetric.md)
- [CGColorRenderingIntent.perceptual](coregraphics/cgcolorrenderingintent/perceptual.md)
