Enum gstreamer_video::VideoColorMatrix [−][src]
#[non_exhaustive] pub enum VideoColorMatrix { Unknown, Rgb, Fcc, Bt709, Bt601, Smpte240m, Bt2020, // some variants omitted }
Expand description
The color matrix is used to convert between Y’PbPr and non-linear RGB (R’G’B’)
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
unknown matrix
identity matrix. Order of coefficients is actually GBR, also IEC 61966-2-1 (sRGB)
FCC Title 47 Code of Federal Regulations 73.682 (a)(20)
ITU-R BT.709 color matrix, also ITU-R BT1361 / IEC 61966-2-4 xvYCC709 / SMPTE RP177 Annex B
ITU-R BT.601 color matrix, also SMPTE170M / ITU-R BT1358 525 / ITU-R BT1700 NTSC
SMPTE 240M color matrix
ITU-R BT.2020 color matrix. Since: 1.6
Implementations
Trait Implementations
type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for VideoColorMatrix
impl Send for VideoColorMatrix
impl Sync for VideoColorMatrix
impl Unpin for VideoColorMatrix
impl UnwindSafe for VideoColorMatrix
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.