Computes the CIEDE2000 color-difference.
import { clr } from 'paint-bucket/core';import 'paint-bucket/core/difference';clr().deltaE(clr()); Copy
import { clr } from 'paint-bucket/core';import 'paint-bucket/core/difference';clr().deltaE(clr());
Computes the CIEDE2000 color-difference.