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