Type Alias AVWhitepointCoefficients

Source
pub type AVWhitepointCoefficients = AVCIExy;
Expand description

Struct defining white point location in terms of CIE 1931 chromaticity x and y.

Aliased Type§

#[repr(C)]
pub struct AVWhitepointCoefficients { pub x: AVRational, pub y: AVRational, }

Fields§

§x: AVRational§y: AVRational