Trait components::colorspace::adjust::Invert [−]
pub trait Invert {
pub fn invert(self) -> Self;
}Required methods
pub fn invert(self) -> Self
Implementors
impl<C> Invert for C where
C: ColorTransition,
impl<C> Invert for C where
C: ColorTransition,