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

# NSColorRenderingIntent.relativeColorimetric

Map colors outside of the gamut of the output device to the closest possible match inside the gamut of the output device.

## Declaration

```swift
case relativeColorimetric
```

## Discussion

Discussion This operation can produce a clipping effect, where two different color values in the gamut of the graphics context are mapped to the same color value in the output device’s gamut. The relative colorimetric shifts all colors (including those within the gamut) to account for the difference between the white point of the graphics context and the white point of the output device.

## See Also

### Constants

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