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

Defines the color inversion functionality

Required Methods

Invert color

Implementors