Trait ux::colorspace::GetAlpha[][src]

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

Required methods

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

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

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

Loading content...

Implementors

impl GetAlpha<Color<f64>> for Color<f64>[src]

impl GetAlpha<RgbColor> for RgbaColor[src]

impl<C> GetAlpha<C> for Alpha<C> where
    C: ColorSpace
[src]

Loading content...