Trait colorutils_rs::EuclideanDistance

source ·
pub trait EuclideanDistance {
    // Required method
    fn euclidean_distance(&self, other: Self) -> f32;
}
Expand description

Trait that implements Euclidean distance for color

Required Methods§

source

fn euclidean_distance(&self, other: Self) -> f32

Object Safety§

This trait is not object safe.

Implementors§