GetAlpha

Trait GetAlpha 

Source
pub trait GetAlpha<C> {
    // Required methods
    fn get_alpha(&self) -> f64;
    fn get_opacity(&self) -> f64;
    fn get_transparency(&self) -> f64;
}

Required Methods§

Source

fn get_alpha(&self) -> f64

Source

fn get_opacity(&self) -> f64

Source

fn get_transparency(&self) -> f64

Implementors§