TYuvConversionMatrix Class Reference

#include "devvideobase.h"

class TYuvConversionMatrix

Detailed Description

A custom YUV/RGB conversion matrix. The same matrix structure is used for both conversion directions.

Member Attribute Documentation

iMatrix

TReal iMatrix

Multiplication matrix, a 3x3 matrix. iMatrix[3*i+j] contains the j:th item on the i:th row of the matrix.

iPostOffset

TReal iPostOffset

Post-multiplication offset, a three-item vector.

iPreOffset

TReal iPreOffset

Pre-multiplication offset, a three-item vector.