Enum gstreamer_video::VideoColorPrimaries [−][src]
#[non_exhaustive] pub enum VideoColorPrimaries {}Show variants
Unknown, Bt709, Bt470m, Bt470bg, Smpte170m, Smpte240m, Film, Bt2020, Adobergb, Smptest428, Smpterp431, Smpteeg432, Ebu3213, // some variants omitted
Expand description
The color primaries define the how to transform linear RGB values to and from the CIE XYZ colorspace.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
unknown color primaries
BT709 primaries, also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B
BT470M primaries, also FCC Title 47 Code of Federal Regulations 73.682 (a)(20)
BT470BG primaries, also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM
SMPTE170M primaries, also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC
SMPTE240M primaries
Generic film (colour filters using Illuminant C)
ITU-R BT2020 primaries. Since: 1.6
Adobe RGB primaries. Since: 1.8
v1_16
only.SMPTE ST 428 primaries (CIE 1931 XYZ). Since: 1.16
v1_16
only.SMPTE RP 431 primaries (ST 431-2 (2011) / DCI P3). Since: 1.16
v1_16
only.SMPTE EG 432 primaries (ST 432-1 (2010) / P3 D65). Since: 1.16
v1_16
only.EBU 3213 primaries (JEDEC P22 phosphors). Since: 1.16
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 VideoColorPrimaries
impl Send for VideoColorPrimaries
impl Sync for VideoColorPrimaries
impl Unpin for VideoColorPrimaries
impl UnwindSafe for VideoColorPrimaries
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.