[][src]Trait color_space::CompareCie1976

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

Required methods

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

Compare colors based on their CIE 1976 distance.

Loading content...

Implementors

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

Loading content...