colour.plotting.multi_cctf_plot

colour.plotting.multi_cctf_plot(colourspaces=None, decoding_cctf=False, **kwargs)[source]

Plots given colourspaces colour component transfer functions.

Parameters:
  • colourspaces (array_like, optional) – Colourspaces colour component transfer function to plot.
  • decoding_cctf (bool) – Plot decoding colour component transfer function instead.
Other Parameters:
 

**kwargs (dict, optional) – {colour.plotting.render()}, Please refer to the documentation of the previously listed definition.

Returns:

Current figure or None.

Return type:

Figure

Examples

>>> multi_cctf_plot(['ITU-R BT.709', 'sRGB'])