Trait aurum_color::Transparent [] [src]

pub trait Transparent: Sized {
    fn transparent() -> Self;
}

Trait for color types which can be fully transparent.

Required Methods

Implementors