From f69064a727355a2db41effcaa3548d6781fd8a75 Mon Sep 17 00:00:00 2001 From: Dan Burzo Date: Sat, 10 Feb 2024 00:05:34 +0200 Subject: [PATCH] Updates --- color-spaces/index.html | 3 ++- resources/index.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/color-spaces/index.html b/color-spaces/index.html index 4a06d019..b0c2582d 100644 --- a/color-spaces/index.html +++ b/color-spaces/index.html @@ -433,7 +433,8 @@

lchuv

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.

-

"Industrial Color Physics", Georg A. Klein, Springer (2010)

+

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

dlab

The DIN99o color space in Cartesian form.

diff --git a/resources/index.html b/resources/index.html index 5033b745..99d61f85 100644 --- a/resources/index.html +++ b/resources/index.html @@ -69,6 +69,7 @@

Products using Culori

  • Schemist — color schemes builder backed by Culori.
  • Color Name API — a REST API for color names that makes use Culori's differenceCiede2000 to return a fitting name for every color.
  • Atmos - a toolbox based on (OK)LCH color space for creating professional color palettes. Utilizing Culori for color manipulation allowed us to concentrate on our product's essence rather than getting bogged down in implementation details.
  • +
  • huetiful-js - Open source Typescript library for manipulating color and generating custom color scales based on Culori. With utilities for sorting, filtering and querying collections of colors, this library opens new ways of working with color programmatically.
  • Does your product/project use Culori? Create a PR and add yourself to this list.

    Similar projects