colour.models.ootf_BT2100_PQ#
- colour.models.ootf_BT2100_PQ(E: ArrayLike) NDArrayFloat[source]#
Apply the Recommendation ITU-R BT.2100 Reference PQ opto-optical transfer function (OOTF).
- Parameters:
E (ArrayLike) – \(E = \{R_S, G_S, B_S; Y_S; \text{or } I_S\}\) denotes the signal determined by scene light and scaled by camera exposure.
- Returns:
Luminance \(F_D\) of a displayed linear component \(\{R_D, G_D, B_D\}\) or \(Y_D\) or \(I_D\), in \(cd/m^2\).
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
EUNUNRange
Scale - Reference
Scale - 1
F_DUNUNReferences
[Bor17], [InternationalTUnion17]
Examples
>>> ootf_BT2100_PQ(0.1) 779.9883608...