colour.models.ootf_PQ_BT2100

colour.models.ootf_PQ_BT2100(E: FloatingOrArrayLike) FloatingOrNDArray[source]

Define Recommendation ITU-R BT.2100 Reference PQ opto-optical transfer function (OOTF / OOCF).

The OOTF maps relative scene linear light to display linear light.

Parameters

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

Returns

\(F_D\) is the luminance of a displayed linear component (\(R_D\), \(G_D\), \(B_D\); \(Y_D\); or \(I_D\)).

Return type

numpy.floating or numpy.ndarray

Notes

Domain

Scale - Reference

Scale - 1

E

UN

UN

Range

Scale - Reference

Scale - 1

F_D

UN

UN

References

[Bor17], [InternationalTUnion17]

Examples

>>> ootf_PQ_BT2100(0.1)  
779.9883608...