Skip to content

Commit

Permalink
Revert "Change *Canon Cinema Gamut* whitepoint to *D55*."
Browse files Browse the repository at this point in the history
This reverts commit c25934e.
  • Loading branch information
KelSolaar committed Oct 10, 2024
1 parent 91e5e73 commit 92dcd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour/models/rgb/datasets/canon_cinema_gamut.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
)
"""*Canon Cinema Gamut* colourspace primaries."""

WHITEPOINT_NAME_CINEMA_GAMUT: str = "D55"
WHITEPOINT_NAME_CINEMA_GAMUT: str = "D65"
"""*Canon Cinema Gamut* colourspace whitepoint name."""

CCS_WHITEPOINT_CINEMA_GAMUT: NDArrayFloat = CCS_ILLUMINANTS[
Expand Down

0 comments on commit 92dcd6d

Please sign in to comment.