diff --git a/api/index.html b/api/index.html index 00d101ad..f79860d5 100644 --- a/api/index.html +++ b/api/index.html @@ -74,7 +74,6 @@

API Reference

  • differenceCie94
  • differenceCiede2000
  • differenceCmc
  • -
  • differenceDin99o
  • differenceEuclidean
  • differenceHueChroma
  • differenceHueNaive
  • @@ -824,9 +823,6 @@

    CIE color difference formulas

    The HyAB formula combines the Euclidean and city block distance and has been experimentally shown to work better for large color differences than CIEDE2000, while still holding up well for smaller color differences, making it a "good candidate formula for image processing and computer vision applications".

    Other difference formulas

    -

    # differenceDin99o()

    -

    src/difference.js

    -

    Computes the DIN99o ΔE*99o color difference between the colors a and b. The computation is done in the dlab color space.

    # differenceKotsarenkoRamos()

    src/difference.js

    Computes the Kotsarenko/Ramos color difference between the colors a and b. This is a weighted Euclidean distance in the yiq color space.

    diff --git a/color-spaces/index.html b/color-spaces/index.html index b0c2582d..709b4817 100644 --- a/color-spaces/index.html +++ b/color-spaces/index.html @@ -431,7 +431,7 @@

    lchuv

    Serialized as color(--lchuv l c h), with the none keyword for any missing color channel. An explicit alpha < 1 is included as / alpha.

    Does not have gamut limits.

    DIN99 Lab / LCh

    -

    The DIN99 color space "squishes" the CIELAB D65 color space to obtain an effective color difference metric that can be expressed as a simple Euclidean distance. The latest iteration of the the standard, DIN99o, is available in Cartesian (dlab) and plar (dlch) form.

    +

    The DIN99 color space "squishes" the CIELAB D65 color space to obtain an effective color difference metric that can be expressed as a simple Euclidean distance. The latest iteration of the the standard, DIN99o, is available in Cartesian (dlab) and polar (dlch) form.

    Industrial Color Physics, Georg A. Klein, Springer (2010) DIN 6176, Colorimetric determination of colour differences of object colours according to the DIN99o formula