colour.models.eotf_inverse_H273_ST428_1#

colour.models.eotf_inverse_H273_ST428_1(L_o)[source]#

Define Recommendation ITU-T H.273 inverse electro-optical transfer function (EOTF) for SMPTE ST 428-1 (2019).

Parameters:

L_o – Output display Luminance \(L_o\) of the image.

Returns:

Corresponding electrical signal \(V\).

Return type:

numpy.ndarray

Notes

Domain

Scale - Reference

Scale - 1

L_o

[0, 1]

[0, 1]

Range

Scale - Reference

Scale - 1

V

[0, 1]

[0, 1]

References

Examples

>>> eotf_inverse_H273_ST428_1(0.18)  
0.5000483...