[][src]Trait color_space::CompareEuclidean

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

Required methods

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

Compare colors based on their RGB distance.

Loading content...

Implementors

impl<T: ToRgb, U: ToRgb> CompareEuclidean<U> for T[src]

Loading content...