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

pub trait SetAlpha<C> {
    fn set_alpha(&mut self, alpha: f32) -> &Self;
fn set_opacity(&mut self, opacity: f32) -> &Self;
fn set_transparency(&mut self, transparency: f32) -> &Self; }

Required methods

Implementors