Trait colorsys::ApproxEq

source ·
pub trait ApproxEq<T> {
    fn approx_eq(&self, other: &T) -> bool;
    fn approx_eq_clarify(&self, other: &T, precision: f64) -> bool;
}
Expand description

Methods to compare two colors

Required Methods§

Implementors§