colour.models.eotf_BT2100_PQ#
- colour.models.eotf_BT2100_PQ(E_p: ArrayLike) NDArrayFloat[source]#
Apply the Recommendation ITU-R BT.2100 Reference PQ electro-optical transfer function (EOTF).
- Parameters:
E_p (ArrayLike) – \(E'\) denotes the non-linear signal \(\{R', G', B'\}\).
- 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
E_pUNUNRange
Scale - Reference
Scale - 1
F_DUNUNReferences
[Bor17], [InternationalTUnion17]
Examples
>>> eotf_BT2100_PQ(0.724769816665726) 779.9883608...