Trait image2::color::Color

source ·
pub trait Color: Sync + Send {
    fn name() -> &'static str;
    fn channels() -> usize;
    fn has_alpha() -> bool;
}

Required Methods§

Implementors§