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