colour_hdri.plotting.plot_tonemapping_operator_images

colour_hdri.plotting.plot_tonemapping_operator_image(image, luminance_function, log_scale=False, encoding_cctf=<sphinx.ext.autodoc.importer._MockObject object>, **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.
  • encoding_cctf (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