colour.models.log_encoding_ACEScct#
- colour.models.log_encoding_ACEScct(lin_AP1: 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 ACEScct log encoding opto-electronic transfer function (OETF).
- Parameters:
- Returns:
ACEScct non-linear encoded value.
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
lin_AP11
1
Range
Scale - Reference
Scale - 1
ACEScct1
1
References
[TheAoMPAaSciencesScienceaTCouncilAcademyCESACESPSubcommittee14b], [TheAoMPAaSciencesScienceaTCouncilAcademyCESACESPSubcommittee14c], [TheAoMPAaSciencesScienceaTCouncilAcademyCESACESProject16], [TheAoMPAaSciencesScienceaTCouncilAcademyCESACESPSubcommitteea]
Examples
>>> log_encoding_ACEScct(0.18) 0.4135884...