[−][src]Struct palette::white_point::D75
CIE D series standard illuminant - D75
D75 White Point is the natural daylight with a color temperature of around 7500K for 2° Standard Observer.
Trait Implementations
impl WhitePoint for D75
[src][+]
impl Copy for D75
[src]
impl Eq for D75
[src]
impl Clone for D75
[src][+]
impl PartialEq<D75> for D75
[src][+]
impl Debug for D75
[src][+]
Auto Trait Implementations
impl Unpin for D75
impl Sync for D75
impl Send for D75
impl UnwindSafe for D75
impl RefUnwindSafe for D75
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
[src][+]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,