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

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

Required methods

fn get_alpha(&self) -> f64[src]

fn get_opacity(&self) -> f64[src]

fn get_transparency(&self) -> f64[src]

Loading content...

Implementors

Loading content...