colour_hdri.plotting.plot_tonemapping_operator_image

colour_hdri.plotting.plot_tonemapping_operator_image(image, luminance_function, log_scale=False, cctf_encoding=<function eotf_inverse_sRGB>, **kwargs)[source]

Plots given tonemapped image with superimposed luminance mapping function.

Parameters
  • image (array_like) – Tonemapped image to plot.

  • luminance_function (callable) – Luminance mapping function.

  • log_scale (bool, optional) – Use a log scale for plotting the luminance mapping function.

  • cctf_encoding (callable, optional) – Encoding colour component transfer function / opto-electronic transfer function used for plotting.

Other Parameters

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

Returns

Current figure and axes.

Return type

tuple