Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Aug 21, 2022
2 parents 3b54ccb + 6b85cea commit 2dc8afc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion colour/models/rgb/transfer_functions/blackmagic_design.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def oetf_BlackmagicFilmGeneration5(
) -> FloatingOrNDArray:
"""
Define the *Blackmagic Film Generation 5* opto-electronic transfer
function.
function (OETF).
Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions colour/models/rgb/transfer_functions/st_2084.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
SMPTE ST 2084:2014
==================
Defines the *SMPTE ST 2084:2014* opto-electrical transfer function
(OETF) and electro-optical transfer function (EOTF):
Defines the *SMPTE ST 2084:2014* electro-optical transfer function (EOTF) and
its inverse:
- :func:`colour.models.eotf_ST2084`
- :func:`colour.models.eotf_inverse_ST2084`
- :func:`colour.models.eotf_ST2084`
References
----------
Expand Down

0 comments on commit 2dc8afc

Please sign in to comment.