pub struct D50<O: StandardObserver = Cie1931>(/* private fields */);Expand description
CIE standard illuminant D50 (~5003 K) under observer O.
D50 is the reference white for the ICC profile connection space
(ICC.1:2022) and ProPhoto RGB (ROMM RGB, ISO 22028-2), both defined
under Cie1931. Use D50<Cie1964> for surface color evaluation.
Implementations§
Trait Implementations§
Source§impl Illuminant for D50<Cie1931>
impl Illuminant for D50<Cie1931>
Source§impl Illuminant for D50<Cie1964>
impl Illuminant for D50<Cie1964>
impl<O: Copy + StandardObserver> Copy for D50<O>
impl<O: Eq + StandardObserver> Eq for D50<O>
impl<O: StandardObserver> StructuralPartialEq for D50<O>
Auto Trait Implementations§
impl<O> Freeze for D50<O>
impl<O> RefUnwindSafe for D50<O>where
O: RefUnwindSafe,
impl<O> Send for D50<O>where
O: Send,
impl<O> Sync for D50<O>where
O: Sync,
impl<O> Unpin for D50<O>where
O: Unpin,
impl<O> UnsafeUnpin for D50<O>
impl<O> UnwindSafe for D50<O>where
O: UnwindSafe,
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