colour.oetf_inverse#

colour.oetf_inverse(value: ArrayLike, function: LiteralOETFInverse | str = 'ITU-R BT.709', **kwargs: Any) NDArrayFloat[source]#

Apply the specified inverse opto-electronic transfer function (OETF).

Parameters:
Returns:

Scene-linear value.

Return type:

numpy.ndarray

Examples

>>> oetf_inverse(0.409007728864150)
0.1...
>>> oetf_inverse(
...     0.409007728864150, function="ITU-R BT.601"
... )
0.1...