pub struct DciP3;Expand description
DCI-P3 transfer function per SMPTE EG 432-1:2010.
Pure power law with gamma 2.6. Used for digital cinema projection.
Consumer Display P3 uses Srgb instead.
Implementations§
Trait Implementations§
impl Copy for DciP3
impl Eq for DciP3
impl StructuralPartialEq for DciP3
impl TransferFunction for DciP3
Auto Trait Implementations§
impl Freeze for DciP3
impl RefUnwindSafe for DciP3
impl Send for DciP3
impl Sync for DciP3
impl Unpin for DciP3
impl UnsafeUnpin for DciP3
impl UnwindSafe for DciP3
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