Trait color::color_space::WhitePoint[][src]

pub trait WhitePoint: Default {
    fn xyz<T: Channel + Float>() -> Xyz<T, D50>;
}

Required methods

fn xyz<T: Channel + Float>() -> Xyz<T, D50>[src]

Loading content...

Implementors

impl WhitePoint for A[src]

impl WhitePoint for D50[src]

impl WhitePoint for D55[src]

impl WhitePoint for D65[src]

impl WhitePoint for D75[src]

impl WhitePoint for E[src]

Loading content...