colour.models.oetf_BT2100_PQ#
- colour.models.oetf_BT2100_PQ(E: ArrayLike) NDArrayFloat[source]#
Apply the Recommendation ITU-R BT.2100 Reference PQ opto-electronic transfer function (OETF).
- 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:
\(E'\) denotes the non-linear signal \(\{R', G', B'\}\).
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
EUNUNRange
Scale - Reference
Scale - 1
E_pUNUNReferences
[Bor17], [InternationalTUnion17]
Examples
>>> oetf_BT2100_PQ(0.1) 0.7247698...