colour.plotting.single_cctf_plot

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

Plots given colourspace colour component transfer function.

Parameters:
  • colourspace (unicode, optional) – RGB Colourspace 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

>>> single_cctf_plot()