Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 26, 2024
1 parent 9aac4bd commit fd83a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colour/models/rgb/datasets/arri.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@

MATRIX_ARRI_WIDE_GAMUT_4_TO_XYZ: NDArrayFloat = np.array(
[
[0.704858320407232064, 0.129760295170463003, 0.115837311473976537],
[0.254524176404027025, 0.781477732712002049, -0.036001909116029039],
[0.000000000000000000, 0.000000000000000000, 1.089057750759878429],
[0.704858320407232064, 0.129760295170463003, 0.115837311473976537],
[0.254524176404027025, 0.781477732712002049, -0.036001909116029039],
[0.000000000000000000, 0.000000000000000000, 1.089057750759878429],
]
)
"""*ARRI Wide Gamut 4* colourspace to *CIE XYZ* tristimulus values matrix."""
Expand Down

0 comments on commit fd83a77

Please sign in to comment.