differenceCIE94

fun Color.differenceCIE94(other: Color, textiles: Boolean = false): Float

Calculate the difference ΔEab between this color and other using the CIE 1994 recommendation.

You can specify textiles=true to use the textiles formula constants. By default, the graphic arts constants are used.

Return

a value in the range [0, 100], with 0 meaning the colors are identical.