color‑diff is a small JavaScript library that implements the CIEDE2000 color‑difference formula, provides RGB⇔Lab conversion, and lets you find the nearest or farthest colour in a palette (or map whole palettes) based on perceptual similarity. It’s aimed at developers who need accurate colour matching—e.g., UI designers, graphics tools, or any Node/browser projects that work with colour palettes.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Implemets the CIEDE2000 color difference algorithm, conversion between RGB and lab color and mapping all colors in palette X to the closest color in palette Y based on the CIEDE2000 difference.