Trait aurum_color::White [] [src]

pub trait White: Sized {
    fn white() -> Self;
}

Trait for color types which can represent white.

Required Methods

Implementors