colour-science / colour

Colour Science for Python
https://www.colour-science.org
BSD 3-Clause "New" or "Revised" License
2.1k stars 260 forks source link

PR: Add *ColorChecker SG* chromaticity coordinates. #1235

Closed KelSolaar closed 9 months ago

KelSolaar commented 9 months ago

Summary

This PR adds the ColorChecker SG chromaticity coordinates with the colour.CCS_COLOURCHECKERS["ColorCheckerSG - Before November 2014"] and colour.CCS_COLOURCHECKERS["ColorCheckerSG - After November 2014"] attribute keys:

ColorCheckerSG - Before November 2014

image

ColorCheckerSG - After November 2014

image

We also have them in colour-datasets but it is convenient to ship them directly with colour.

Preflight

Code Style and Quality

Documentation

coveralls commented 9 months ago

Coverage Status

coverage: 99.733% (+0.003%) from 99.73% when pulling 553a005f16ad0471e3d67f62b55544e6cf45e656 on feature/colorchecker_sg into 0d8982c9b5ce4344915f1daaec6aa795af79452a on develop.

KelSolaar commented 9 months ago

Will fix broken test in subsequent PR.