Trait primitives::colorspace::adjust::Invert[][src]

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

Required methods

Implementors