Trait deltae::Delta [−][src]
pub trait Delta: Into<LabValue> {
fn delta<L: Into<LabValue>>(self, other: L, method: DEMethod) -> DeltaE { ... }
}
Expand description
Trait to determine color difference between various types. As long as the type can be converted to Lab, we can calculate DeltaE.