colour_hdri.plotting.plot_HDRI_strip#

colour_hdri.plotting.plot_HDRI_strip(image: ArrayLike, count: int = 5, ev_steps: float = -2, cctf_encoding: Callable = CONSTANTS_COLOUR_STYLE.colour.colourspace.cctf_encoding, **kwargs: Any) Tuple[Figure, Axes][source]#

Plot given HDRI as strip of images of varying exposure.

Parameters:
  • image (ArrayLike) – HDRI to plot.

  • count (int) – Strip images count.

  • ev_steps (float) – Exposure variation for each image of the strip.

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

  • kwargs (Any) – {colour.plotting.display()}, Please refer to the documentation of the previously listed definition.

Returns:

Current figure and axes.

Return type:

tuple