Struct gstreamer_video::VideoColorimetry [−][src]
pub struct VideoColorimetry(_);
Expand description
Structure describing the color info.
Implementations
pub fn new(
range: VideoColorRange,
matrix: VideoColorMatrix,
transfer: VideoTransferFunction,
primaries: VideoColorPrimaries
) -> Self
[src]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VideoColorimetry
impl Send for VideoColorimetry
impl Sync for VideoColorimetry
impl Unpin for VideoColorimetry
impl UnwindSafe for VideoColorimetry
Blanket Implementations
Mutably borrows from an owned value. Read more