---
title: enableColorMatch
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/lowlevelrenderer/configuration/enablecolormatch
---

# enableColorMatch

A Boolean value that indicates whether the renderer applies a gamut conversion matrix during resolve, converting from the renderer’s working color space to the output display’s color space.

## Declaration

```swift
var enableColorMatch: Bool { get set }
```

## See Also

### Tuning rendering options

- [rasterSampleCount](realitykit/lowlevelrenderer/configuration/rastersamplecount.md)
- [enableTonemap](realitykit/lowlevelrenderer/configuration/enabletonemap.md)
- [alphaPremultiply](realitykit/lowlevelrenderer/configuration/alphapremultiply.md)
- [maxCameraCount](realitykit/lowlevelrenderer/configuration/maxcameracount.md)
