2026-08-18 01:35:18 UTC
Proposed Corrections
CIE94 reference weighting
File: ColourEngineeringToolbox/difference/cie94.m
Use reference chroma, rather than mean reference/sample chroma, for the CIE94 chroma and hue scale factors.
References
Confidence: Moderate; The proposed equation matches the published CIE94 formula
Reproduction
% Before: 1.379995536663367
% Proposed: 1.395038867858738
cie94([50 2.6772 -79.7751],[50 0 -82.7485])
Other Findings
- d(65) dispatch
- Currently: Returns Illuminant A
- Proposed: Returns D65
- Invalid difference weights
- Currently: Undefined kL/weight variables
- Proposed: Named validation errors
- Valid LUT input
- Currently: Incorrectly rejected
- Proposed: [0.25 0.50 0.75]
- Euclidean dimensions
- Currently: Unrelated indexing failure
- Proposed: Named dimension-mismatch error
- CIECAM02 Cartesian coordinates
- Currently: ac/bc disagree with polar conversion
- Proposed: Match Ccosd(h) and Csind(h)
- Inverse CIECAM02 "average"
- Currently: Undefined variable c
- Proposed: XYZ round-trip succeeds
Patches
In Process
QA Report: Colour Engineering Toolkit (CET) Issue
2026-08-18 01:35:18 UTC
Proposed Corrections
CIE94 reference weighting
File:
ColourEngineeringToolbox/difference/cie94.mUse reference chroma, rather than mean reference/sample chroma, for the CIE94 chroma and hue scale factors.
References
https://www.cie.co.at/publications/industrial-colour-difference-evaluation
S_C = 1 + K_1*C_1andS_H = 1 + K_2*C_1, whereC_1is the referencechroma:
http://www.brucelindbloom.com/Eqn_DeltaE_CIE94.html
Confidence: Moderate; The proposed equation matches the published CIE94 formula
Reproduction
Other Findings
Patches
In Process