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