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
var colorMatrix: InlineArray<9, Float32>