colour.models.oetf_reverse_BT2100_PQ

colour.models.oetf_reverse_BT2100_PQ(E_p)[source]

Defines Recommendation ITU-R BT.2100 Reference PQ reverse opto-electrical transfer function (OETF / OECF).

Parameters:E_p (numeric or array_like) – \(E\) is the resulting non-linear signal (\(R'\), \(G'\), \(B'\)) in the range [0, 1].
Returns:\(E = {R_S, G_S, B_S; Y_S; or I_S}\) is the signal determined by scene light and scaled by camera exposure. The values \(E\), \(R_S\), \(G_S\), \(B_S\), \(Y_S\), \(I_S\) are in the range [0, 1].
Return type:numeric or ndarray

References

Examples

>>> oetf_reverse_BT2100_PQ(0.724769816665726)  
0.0999999...