Trait components::prelude::Invert
[−]pub trait Invert {
fn invert(self) -> Self;
}
Expand description
Defines the color inversion functionality
Required Methods
fn invert(self) -> Self
fn invert(self) -> Self
Invert color
pub trait Invert {
fn invert(self) -> Self;
}
Defines the color inversion functionality
Invert color