Trait ux::colorspace::Invert[][src]

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

Required methods

pub fn invert(self) -> Self[src]

Loading content...

Implementors

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

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

Loading content...