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