---
title: workingColorSpace
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/lowlevelrenderer/workingcolorspace
---

# workingColorSpace

The color space in which the renderer performs all shading calculations.

## Declaration

```swift
final var workingColorSpace: CGColorSpace { get }
```

## Discussion

Discussion Do not assume a fixed working color space. Query this property and pass its value as workingColorSpace: to ColorMatch.init(workingColorSpace:targetColorSpace:) to compute a correct gamut conversion matrix.

## See Also

### Managing color matching

- [colorMatch](realitykit/lowlevelrenderer/colormatch-swift.property.md)
- [LowLevelRenderer.ColorMatch](realitykit/lowlevelrenderer/colormatch-swift.struct.md)
- [setColorMatch(targetingColorSpace:)](realitykit/lowlevelrenderer/setcolormatch(targetingcolorspace:).md)
