colour.models.log_decoding_Cineon#

colour.models.log_decoding_Cineon(y: Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 1], black_offset: ArrayLike = 10**95 - 685 / 300) Annotated[ndarray[tuple[Any, ...], dtype[float16 | float32 | float64]], 1][source]#

Apply the Cineon log decoding inverse opto-electronic transfer function (OETF).

Parameters:
Returns:

Linear data \(x\).

Return type:

numpy.ndarray

Notes

Domain

Scale - Reference

Scale - 1

y

1

1

Range

Scale - Reference

Scale - 1

x

1

1

References

[SonyImageworks12]

Examples

>>> log_decoding_Cineon(0.457319613085418)
0.1799999...