pub enum ColorRange {
StudioSwing,
FullSwing,
}
Expand description
Specifies the black level and range of the luma and chroma signals as specified in Rec. ITU-R BT.709-6 and Rec. ITU-R BT.2020-2.
Variants§
Trait Implementations§
Source§impl Clone for ColorRange
impl Clone for ColorRange
Source§fn clone(&self) -> ColorRange
fn clone(&self) -> ColorRange
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ColorRange
impl Debug for ColorRange
Source§impl From<bool> for ColorRange
impl From<bool> for ColorRange
Source§impl Ord for ColorRange
impl Ord for ColorRange
Source§fn cmp(&self, other: &ColorRange) -> Ordering
fn cmp(&self, other: &ColorRange) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ColorRange
impl PartialEq for ColorRange
Source§impl PartialOrd for ColorRange
impl PartialOrd for ColorRange
impl Copy for ColorRange
impl Eq for ColorRange
impl StructuralPartialEq for ColorRange
Auto Trait Implementations§
impl Freeze for ColorRange
impl RefUnwindSafe for ColorRange
impl Send for ColorRange
impl Sync for ColorRange
impl Unpin for ColorRange
impl UnwindSafe for ColorRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more