Trait rin::prelude::ToYxy[][src]

pub trait ToYxy {
    type WhitePoint: WhitePoint;
    pub fn to_yxy<T>(&self) -> Yxy<T, Self::WhitePoint>
    where
        T: Channel + Float
; }

Associated Types

type WhitePoint: WhitePoint[src]

Loading content...

Required methods

pub fn to_yxy<T>(&self) -> Yxy<T, Self::WhitePoint> where
    T: Channel + Float
[src]

Loading content...

Implementors

impl<T, Wp> ToYxy for Xyz<T, Wp> where
    T: Channel + Float,
    Wp: WhitePoint
[src]

type WhitePoint = Wp

Loading content...