colour.ootf#

colour.ootf(value: ArrayLike, function: LiteralOOTF | str = 'ITU-R BT.2100 PQ', **kwargs: Any) NDArrayFloat[source]#

Apply the specified opto-optical transfer function (OOTF).

Parameters:
Returns:

Display-linear value.

Return type:

numpy.ndarray

Examples

>>> ootf(0.1)
779.9883608...
>>> ootf(0.1, function="ITU-R BT.2100 HLG")
63.0957344...