Trait aurum_color::Invert [] [src]

pub trait Invert: Sized {
    type Output: Sized;
    fn invert(self) -> Self::Output;
}

Inverts a color.

Associated Types

Required Methods

Implementors