colour.models.ootf_inverse_BT2100_PQ#

colour.models.ootf_inverse_BT2100_PQ(F_D: ArrayLike) NDArrayFloat[source]#

Apply the Recommendation ITU-R BT.2100 Reference PQ inverse opto-optical transfer function (OOTF).

Parameters:

F_D (ArrayLike) – Luminance \(F_D\) of a displayed linear component \(\{R_D, G_D, B_D\}\) or \(Y_D\) or \(I_D\), in \(cd/m^2\).

Returns:

\(E = \{R_S, G_S, B_S; Y_S; or I_S\}\) denotes the signal determined by scene light and scaled by camera exposure.

Return type:

numpy.ndarray

Notes

Domain

Scale - Reference

Scale - 1

F_D

UN

UN

Range

Scale - Reference

Scale - 1

E

UN

UN

References

[Bor17], [InternationalTUnion17]

Examples

>>> ootf_inverse_BT2100_PQ(779.988360834115840)
0.1000000...