Skip to content

Commit

Permalink
Merge branch 'feature/v0.2.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 29, 2025
2 parents 0f988a9 + 5fb2a57 commit 2e52a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colour_hdri/models/dng.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def matrix_interpolated(
return M_1
if CCT >= CCT_2:
return M_2

return linear_conversion(1e6 / CCT, (1e6 / CCT_1, 1e6 / CCT_2), tstack([M_1, M_2]))


Expand Down

0 comments on commit 2e52a0f

Please sign in to comment.