Skip to content

The objective of this project was to integrate the CIELAB color difference formulas into Microsoft Excel using VBA (Visual Basic for Applications). This enhancement equips Excel with the capability for color analysis, allowing users to apply color science principles directly within their spreadsheets by leveraging the CIELAB color space.

Notifications You must be signed in to change notification settings

MachineNeil/VBA_color_difference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Open-source, advanced color difference formulas

This repository contains the CIE (International Commission on illumination) L* a* b* (also known as CIELAB) distance metric (ΔE*) formulas ΔE_1976, ΔE_CMC, ΔE_1994 and ΔE_2000 in VBA for Excel.


Kindly see the comments in the txt file for an optimal use.


The implementation of the ΔE_2000 formula has been made possible thanks to the resources published by Mr. Gaurav Sharma, one of the developers of the formula, on his institutional website, which was very helpful given the real complexity of the algorithm. In the same vein, the Wikipedia page is full of convenient notes.


As an example, this is a table with results where, for aesthetics, the decimals were truncated:

About

The objective of this project was to integrate the CIELAB color difference formulas into Microsoft Excel using VBA (Visual Basic for Applications). This enhancement equips Excel with the capability for color analysis, allowing users to apply color science principles directly within their spreadsheets by leveraging the CIELAB color space.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published