Skip to content

Commit

Permalink
Change *Canon Cinema Gamut* whitepoint to *D55*.
Browse files Browse the repository at this point in the history
Closes #1259.
  • Loading branch information
KelSolaar committed Apr 22, 2024
1 parent ae852ce commit c25934e
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 = "D65"
WHITEPOINT_NAME_CINEMA_GAMUT: str = "D55"
"""*Canon Cinema Gamut* colourspace whitepoint name."""

CCS_WHITEPOINT_CINEMA_GAMUT: NDArrayFloat = CCS_ILLUMINANTS[
Expand Down

0 comments on commit c25934e

Please sign in to comment.