In [1]:
from IPython.core.display import Image
Image(filename="resources/images/Colour_Logo_Medium_001.png")
Out[1]:
Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.
In [2]:
%matplotlib inline
In [3]:
import colour
from colour.plotting import *
colour.filter_warnings(True, False)
colour_plotting_defaults()
visible_spectrum_plot()
This notebook is a companion guide and usage showcase. Most of the public API is available from the root colour namespace:
In [4]:
import colour
print(colour.__all__[:5] + ["..."])
The notebook has been divided in different chapters dedicated to showcase the API: