Struct color::Yxy [−][src]
Fields
x: T
y: T
luma: T
white_point: Wp
Implementations
impl<T: Channel + Float, Wp: WhitePoint> Yxy<T, Wp>
[src]
impl<T: Channel + Float, Wp: WhitePoint> Yxy<T, Wp>
[src]Trait Implementations
Auto Trait Implementations
impl<T, Wp> RefUnwindSafe for Yxy<T, Wp> where
T: RefUnwindSafe,
Wp: RefUnwindSafe,
T: RefUnwindSafe,
Wp: RefUnwindSafe,
impl<T, Wp> Send for Yxy<T, Wp> where
T: Send,
Wp: Send,
T: Send,
Wp: Send,
impl<T, Wp> Sync for Yxy<T, Wp> where
T: Sync,
Wp: Sync,
T: Sync,
Wp: Sync,
impl<T, Wp> Unpin for Yxy<T, Wp> where
T: Unpin,
Wp: Unpin,
T: Unpin,
Wp: Unpin,
impl<T, Wp> UnwindSafe for Yxy<T, Wp> where
T: UnwindSafe,
Wp: UnwindSafe,
T: UnwindSafe,
Wp: UnwindSafe,
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,