Contents

kCVImageBufferYCbCrMatrixKey

A key to the YCbCr to RGB color conversion matrix for the image buffer.

Declaration

let kCVImageBufferYCbCrMatrixKey: CFString

Discussion

The color matrix value is of type CFString. It indicates the type of conversion matrix Core Video uses when it converts image buffer data from the YCbCr color space to the RGB color space. See Image Buffer YCbCr Matrix Constants for more information.

See Also

Constants