colour.plotting.plot_single_cctf#
- colour.plotting.plot_single_cctf(cctf: Callable | str, cctf_decoding: bool = False, **kwargs: Any) Tuple[Figure, Axes][source]#
Plot specified colourspace colour component transfer function.
- Parameters:
cctf (Callable | str) – Colour component transfer function to plot.
functioncan be of any type or form supported by thecolour.plotting.common.filter_passthrough()definition.cctf_decoding (bool) – Plot the decoding colour component transfer function instead.
kwargs (Any) – {
colour.plotting.artist(),colour.plotting.plot_multi_functions(),colour.plotting.render()}, See the documentation of the previously listed definitions.
- Returns:
Current figure and axes.
- Return type:
Examples
>>> plot_single_cctf("ITU-R BT.709") (<Figure size ... with 1 Axes>, <...Axes...>)