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

pub trait AdjustAlpha<C>: Clone + SetAlpha<C> {
    fn alpha(&self, alpha: f64) -> Self { ... }
fn opacity(&self, opacity: f64) -> Self { ... }
fn transparency(&self, transparency: f64) -> Self { ... } }

Provided methods

fn alpha(&self, alpha: f64) -> Self[src]

fn opacity(&self, opacity: f64) -> Self[src]

fn transparency(&self, transparency: f64) -> Self[src]

Loading content...

Implementors

Loading content...