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

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

Required methods

fn invert(self) -> Self[src]

Loading content...

Implementors

impl<C: ColorTransition> Invert for C[src]

impl<C: Invert + ColorSpace> Invert for Alpha<C>[src]

Loading content...