from IPython.core.display import Image
Image(filename="resources/images/Colour_Logo_Medium_001.png")
Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.
from colour.plotting import *
colour_style();
plot_visible_spectrum();
This notebook is a companion guide and usage showcase. Most of the public API is available from the root colour
namespace:
import colour
print(colour.__all__[:20] + ["..."])
The notebook has been divided in different chapters dedicated to showcase the API: