Trait components::colorspace::alpha::GetAlpha [−]
pub trait GetAlpha<C> {
pub fn get_alpha(&self) -> f64;
pub fn get_opacity(&self) -> f64;
pub fn get_transparency(&self) -> f64;
}Required methods
Loading content...Implementors
impl<C> GetAlpha<C> for Alpha<C> where
C: ColorSpace,
impl<C> GetAlpha<C> for Alpha<C> where
C: ColorSpace,