[−][src]Enum deltae::DEMethod
The most common DeltaE methods
Variants
DE2000The default DeltaE method
DECMC(f32, f32)An implementation of DeltaE with tolerances for Lightness and Chroma
DE1994GCIE94 DeltaE implementation, weighted with a tolerance for graphics
DE1994TCIE94 DeltaE implementation, weighted with a tolerance for textiles
DE1976The original DeltaE implementation, a basic euclidian distance formula
Trait Implementations
impl Default for DEMethod[src]
impl Clone for DEMethod[src]
fn clone(&self) -> DEMethod[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq<DEMethod> for DEMethod[src]
impl Eq for DEMethod[src]
impl Copy for DEMethod[src]
impl Display for DEMethod[src]
impl Debug for DEMethod[src]
impl FromStr for DEMethod[src]
Auto Trait Implementations
impl Send for DEMethod
impl Unpin for DEMethod
impl Sync for DEMethod
impl UnwindSafe for DEMethod
impl RefUnwindSafe for DEMethod
Blanket Implementations
impl<T> From<T> for T[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,