Type Alias AVWhitepointCoefficients
pub type AVWhitepointCoefficients = AVCIExy;
Expand description
Struct defining white point location in terms of CIE 1931 chromaticity x and y.
Aliased Type§
struct AVWhitepointCoefficients {
pub x: AVRational,
pub y: AVRational,
}
Fields§
§x: AVRational
§y: AVRational