1 Brief
Colour is an open-source Python package providing a comprehensive number of algorithms and datasets for colour science.
It can draw the CIE color gamut chart easily and help you to do most of color related analysis.
2 Installation
git clone https://github.com/colour-science/colour.git |
If it shows No module named ‘colour’, please check whether your system has several different version python, please select one high version python to install.
More information, please refer to the page: https://www.colour-science.org/installation-guide/
3 Features
Most of the objects are available from the colour namespace:
import colour |
3.1 Automatic Colour Conversion Graph - colour.graph
Starting with version 0.3.14, Colour implements an automatic colour conversion graph enabling easier colour conversions.
More information please refer to : https://pypi.org/project/colour-science/