Trait color::ToRgba [−][src]
pub trait ToRgba { type Standard: TransferFunction; fn to_rgba<T: Channel>(&self) -> Rgba<T, Self::Standard>; }
Associated Types
Loading content...Required methods
Loading content...Implementors
impl<T: Clone + FloatChannel, S: TransferFunction> ToRgba for Hsv<T, S>
[src]
impl<T: Clone + FloatChannel, S: TransferFunction> ToRgba for Hsv<T, S>
[src]impl<T: Channel, C: ToRgb> ToRgba for AlphaColor<T, C>
[src]
impl<T: Channel, C: ToRgb> ToRgba for AlphaColor<T, C>
[src]