Trait aurum_color::Black [] [src]

pub trait Black: Sized {
    fn black() -> Self;
}

Trait for color types which can represent black.

Required Methods

Implementors