Trait primitives::colorspace::alpha::HasAlpha[][src]

pub trait HasAlpha<C>: GetAlpha<C> + SetAlpha<C> {
    fn get_color(&self) -> C;
fn set_color(&mut self, color: C) -> &Self; fn split(&self) -> (C, f32)
    where
        Self: Sized
, { ... } }

Required methods

Provided methods

Implementors