Skip to content

Why is "Display P3 - Green Primary" different from the ICC profile? #739

Answered by KelSolaar
hminle asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

I haven't looked at how they get the normalised XYZ values but indeed as @sobotka says, you need to chromatically adapt the primaries from D65 to D50:

import colour
>>> colour.xy_to_XYZ(
...     colour.chromatically_adapted_primaries(
...         colour.models.DISPLAY_P3_COLOURSPACE.primaries,
...         colour.ILLUMINANTS['CIE 1931 2 Degree Standard Observer']['D65'],
...         colour.ILLUMINANTS['CIE 1931 2 Degree Standard Observer']['D50'])) * 0.692
array([[1.48184488, 0.69200000, -0.00388932],
       [0.29343346, 0.69200000, 0.03142031],
       [1.72315629, 0.69200000, 8.89448088]])

Green matches quite well here now!

Replies: 19 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by KelSolaar
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@Myndex
Comment options

@Myndex
Comment options

@Myndex
Comment options

@sobotka
Comment options

@sobotka
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #570 on January 16, 2021 22:57.