Trait ux::colorspace::SetAlpha[][src]

pub trait SetAlpha<C> {
    pub fn set_alpha(&mut self, alpha: f64) -> &Self;
pub fn set_opacity(&mut self, opacity: f64) -> &Self;
pub fn set_transparency(&mut self, transparency: f64) -> &Self; }

Required methods

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

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

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

Loading content...

Implementors

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

impl SetAlpha<RgbColor> for RgbaColor[src]

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

Loading content...