colour.models.oetf_BT601#

colour.models.oetf_BT601(L: 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 Recommendation ITU-R BT.601-7 opto-electronic transfer function (OETF).

Parameters:

L (Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 1]) – Luminance \(L\) of the image.

Returns:

Electrical signal \(E\).

Return type:

numpy.ndarray

Notes

Domain

Scale - Reference

Scale - 1

L

1

1

Range

Scale - Reference

Scale - 1

E

1

1

References

[InternationalTUnion11b]

Examples

>>> oetf_BT601(0.18)
0.4090077...