colour.models.log_decoding_AppleLogProfile#
- colour.models.log_decoding_AppleLogProfile(P: 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 Apple Log Profile log decoding inverse opto-electronic transfer function (OETF).
- Parameters:
- Returns:
Linear reflection data \(R\).
- Return type:
References
[AppleInc23], [TheAoMPAaSciences23]
Notes
The captured pixel \(P\) value uses floating point encoding normalized to the [0, 1] range.
Domain
Scale - Reference
Scale - 1
P1
1
Range
Scale - Reference
Scale - 1
R1
1
Examples
>>> log_decoding_AppleLogProfile(0.48827245852686763) 0.1800000...