---
title: colorMatrix
framework: corevideo
role: symbol
role_heading: Instance Property
path: corevideo/cvproresrawmetadata/colormatrix
---

# colorMatrix

This is a 3x3 matrix which transforms linear RGB pixel values in the camera native color space to CIE 1931 XYZ values relative to the D65 illuminant, where the matrix entries are stored in row-major order.

## Declaration

```swift
var colorMatrix: InlineArray<9, Float32>
```
