colour_hdri.plotting.tonemapping Module

Tonemapping Operators Plotting

Defines the tonemapping operators plotting objects:

  • radiance_image_strip_plot()
colour_hdri.plotting.tonemapping.tonemapping_operator_image_plot(image, luminance_function, log_scale=False, encoding_cctf=<Mock name='mock.DEFAULT_PLOTTING_ENCODING_CCTF' id='139671415587000'>, **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) – {boundaries(), canvas(), decorate(), display()}, Please refer to the documentation of the previously listed definitions.

Returns:

Definition success.

Return type:

bool