Trait color::ToRgb [−][src]
pub trait ToRgb { type Standard: TransferFunction; fn to_rgb<U: Channel>(&self) -> Rgb<U, Self::Standard>; }
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
Loading content...Implementors
impl<T, C: ToRgb> ToRgb for AlphaColor<T, C>
[src]
impl<T, C: ToRgb> ToRgb for AlphaColor<T, C>
[src]