- From: Chris Lilley <chris@w3.org>
- Date: Mon, 7 Jul 2025 14:35:09 -0400
- To: "public-png@w3.org" <public-png@w3.org>
Received on Monday, 7 July 2025 18:35:11 UTC
One uses the ACES AP0 primaries, with explicit negative value for blue y:
CIE x CIE y
Red 0.7347 0.2653
Green 0.0 1.0
Blue 0.0001 –0.077
White 0.32168 0.33767
The other uses AP1 primaries, where x and y are positive but z = 1 - y -
x is negative for red. Apps that calculate z using unsigned integers
will get the wrong result.
CIE x CIE y
Red 0.713 0.293
Green 0.165 0.830
Blue 0.128 0.044
White 0.32168 0.33767
--
Chris Lilley
@svgeesus@mastodon.scot
Technical Director @ W3C
W3C Technical Programming Team, Core Web Design
Received on Monday, 7 July 2025 18:35:11 UTC