Trait components::colorspace::adjust::Invert[]

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

Required methods

pub fn invert(self) -> Self

Loading content...

Implementors

impl<C> Invert for Alpha<C> where
    C: Invert + ColorSpace

impl<C> Invert for C where
    C: ColorTransition

Loading content...