logo

Trait primitives::foundation::colorspace::prelude::GetAlpha[][src]

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

Required methods

Implementors