pub enum ToneMap {
Hable,
Reinhard,
Mobius,
}Expand description
Tone-mapping algorithm for HDR-to-SDR conversion.
Used with FilterGraphBuilder::tone_map.
Variants§
Hable
Hable (Uncharted 2) filmic tone mapping.
Reinhard
Reinhard tone mapping.
Mobius
Mobius tone mapping.
Implementations§
Trait Implementations§
impl Copy for ToneMap
impl Eq for ToneMap
impl StructuralPartialEq for ToneMap
Auto Trait Implementations§
impl Freeze for ToneMap
impl RefUnwindSafe for ToneMap
impl Send for ToneMap
impl Sync for ToneMap
impl Unpin for ToneMap
impl UnsafeUnpin for ToneMap
impl UnwindSafe for ToneMap
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