logo
pub trait Opacity {
    fn opacity(&self, val: u8) -> Self;
}

Required Methods

Implementors