Trait color::ToRgba[][src]

pub trait ToRgba {
    fn to_rgba<T: Channel>(&self) -> Rgba<T>;
}

Required Methods

Implementors