colour_hdri.exposure_value_100#

colour_hdri.exposure_value_100(N: ArrayLike, t: ArrayLike, S: ArrayLike) NDArrayFloat[source]#

Compute the exposure value \(EV100\) from given relative aperture F-Number \(N\), Exposure Time \(t\) and ISO arithmetic speed \(S\).

Parameters:
  • N (ArrayLike) – Relative aperture F-Number \(N\).

  • t (ArrayLike) – Exposure Time \(t\).

  • S (ArrayLike) – ISO arithmetic speed \(S\).

Returns:

Exposure value \(EV100\).

Return type:

numpy.ndarray

References

[ISO06], [LdeRousiers14]

Notes

Examples

>>> exposure_value_100(8, 1 / 250, 400)  
11.9657842...