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 VideoColorimetryimpl Send for VideoColorimetryimpl Sync for VideoColorimetryimpl Unpin for VideoColorimetryimpl UnwindSafe for VideoColorimetryBlanket Implementations
Mutably borrows from an owned value. Read more