summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-19Switch to the development version of Colour (rather than 0.3.15)Paweł Redman
2020-06-16Vectorize the interpolation codePaweł Redman
2020-06-15Adapt Jakob and Hanika's interpolation codePaweł Redman
2020-06-12A test that computes coefficients for many colors, covering the entire sRGB ↵Paweł Redman
gamut.
2020-06-12Make sure the solver works for all inputsPaweł Redman
This is achieved by using feedback. In case of a failure, a color with known coefficients is used to solve for a point somewhere between the target and the color. The process is repeated, getting closer and closer to the target until it finally converges.
2020-06-11Refactoring; use primed c's everywherePaweł Redman
2020-06-09A new test comparing results with a referencePaweł Redman
2020-06-09Some important fixes and general cleanupPaweł Redman
I missed the 'illuminant' argument in sd_to_XYZ and effectively treated the reflectivities as emission spectra. This was probably very wrong and is now fixed.
2020-06-08Factor out the colorchecker test codePaweł Redman
2020-06-08Add .gitignorePaweł Redman
2020-06-01Jakob-Hanika for a single colorPaweł Redman