colour.models.oetf_inverse_DaVinciIntermediate#

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

Apply the DaVinci Intermediate inverse opto-electronic transfer function (OETF).

Parameters:
Returns:

Linear light value \(L\).

Return type:

numpy.ndarray

Notes

Domain

Scale - Reference

Scale - 1

V

1

1

Range

Scale - Reference

Scale - 1

L

1

1

References

[BlackmagicDesign20a]

Examples

>>> oetf_inverse_DaVinciIntermediate(0.336043272384855)
...
0.1799999...