GstVideoColorPrimariesInfo

Structure describing the chromaticity coordinates of an RGB system. These values can be used to construct a matrix to transform RGB to and from the XYZ colorspace.

Members

Variables

Bx
double Bx;

blue x coordinate

By
double By;

blue y coordinate

Gx
double Gx;

green x coordinate

Gy
double Gy;

green y coordinate

Rx
double Rx;

red x coordinate

Ry
double Ry;

red y coordinate

Wx
double Wx;

reference white x coordinate

Wy
double Wy;

reference white y coordinate

primaries
GstVideoColorPrimaries primaries;

a #GstVideoColorPrimaries