Struct rin::color::color_space::Srgb [−][src]
pub struct Srgb;
Trait Implementations
impl MatrixColorSpace for Srgb[src]
impl MatrixColorSpace for Srgb[src]type WhitePoint = D65
pub fn red<T>() -> Yxy<T, D50> where
T: Channel + Float, [src]
T: Channel + Float,
pub fn green<T>() -> Yxy<T, D50> where
T: Channel + Float, [src]
T: Channel + Float,
pub fn blue<T>() -> Yxy<T, D50> where
T: Channel + Float, [src]
T: Channel + Float,
pub fn to_xyz_matrix<T>() -> Mat3<T> where
T: Channel + Float, [src]
T: Channel + Float,
pub fn to_rgb_matrix<T>() -> Mat3<T> where
T: Channel + Float, [src]
T: Channel + Float,
pub fn magenta<T>() -> Yxy<T, D50> where
T: Channel + Float, [src]
T: Channel + Float,
pub fn yellow<T>() -> Yxy<T, D50> where
T: Channel + Float, [src]
T: Channel + Float,
pub fn cyan<T>() -> Yxy<T, D50> where
T: Channel + Float, [src]
T: Channel + Float,
impl TransferFunction for Srgb[src]
impl TransferFunction for Srgb[src]impl Copy for Srgb[src]
impl Eq for Srgb[src]
impl StructuralEq for Srgb[src]
impl StructuralPartialEq for Srgb[src]
Auto Trait Implementations
impl RefUnwindSafe for Srgb
impl Send for Srgb
impl Sync for Srgb
impl Unpin for Srgb
impl UnwindSafe for Srgb
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<T> Slottable for T where
T: Copy, [src]
T: Copy,