colour.plotting.plot_single_cctf

colour.plotting.plot_single_cctf(cctf='ITU-R BT.709', decoding_cctf=False, **kwargs)[source]

Plots given colourspace colour component transfer function.

Parameters:
  • cctf (unicode, optional) – Colour component transfer function to plot.
  • decoding_cctf (bool) – Plot the decoding colour component transfer function instead.
Other Parameters:
 

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

Returns:

Current figure and axes.

Return type:

tuple

Examples

>>> plot_single_cctf('ITU-R BT.709')  # doctest: +SKIP
plot_single_cctf