Trait components::colorspace::AdjustAlpha[]

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

Provided methods

pub fn alpha(&self, alpha: f64) -> Self

pub fn opacity(&self, opacity: f64) -> Self

pub fn transparency(&self, transparency: f64) -> Self

Loading content...

Implementors

Loading content...