//! ΔE variants for HDR-friendly perceptual spaces: JzAzBz and ICtCp.
use cratedifference_euclidean_with;
use crateColor;
/// Euclidean distance in JzAzBz (`difference_jz`). Mirrors a plain
/// `differenceEuclidean('jab')` — the [`Jab`](crate::spaces::Jab) space
/// is already perceptually uniform, so the unweighted Euclidean
/// distance is the natural ΔE.
/// `differenceItp()` — ICtCp ΔE_ITP per Rec. ITU-R BT.2124. Mirrors
/// culori's `differenceEuclidean('itp', [518400, 129600, 518400])`.