colour.models.log_encoding_Cineon#
- colour.models.log_encoding_Cineon(x: 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 encoding opto-electronic transfer function (OETF).
- Parameters:
- Returns:
Cineon non-linear encoded data \(y\).
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
x1
1
Range
Scale - Reference
Scale - 1
y1
1
References
Examples
>>> log_encoding_Cineon(0.18) 0.4573196...