[][src]Trait color_space::CompareCie2000

pub trait CompareCie2000<T> {
    fn compare_cie2000(&self, color: &T) -> f64;
}

Required methods

fn compare_cie2000(&self, color: &T) -> f64

Compare colors based on their CIE 2000 distance.

Loading content...

Implementors

impl<T, U> CompareCie2000<U> for T where
    T: ToRgb,
    U: ToRgb,
    Lab: FromColor<T>,
    Lab: FromColor<U>, 
[src]

Loading content...