colour.models.eotf_H273_ST428_1#

colour.models.eotf_H273_ST428_1(V: Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 1]) Annotated[ndarray[tuple[Any, ...], dtype[float16 | float32 | float64]], 1][source]#

Apply the SMPTE ST 428-1 (2019) electro-optical transfer function (EOTF) as specified in ITU-T H.273.

Parameters:

V (Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 1]) – Electrical signal \(V\).

Returns:

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

Return type:

numpy.ndarray

Notes

Domain

Scale - Reference

Scale - 1

V

1

1

Range

Scale - Reference

Scale - 1

L_o

1

1

References

Examples

>>> eotf_H273_ST428_1(0.5000483377172)
0.1799999...