diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-14 23:07:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-14 23:09:42 +0100 |
| commit | 3ae04a65509028d35ee18f693b223c76b1c43d2a (patch) | |
| tree | 500a86f6afa7f82634fccb7af066fc59b2d2602b /src/colour_conversion.h | |
| parent | 1df6f4a08a2f3b67c1637068ae4714c1cba2e1e7 (diff) | |
Rename p3_to_xyz() -> p3_dci_to_xyz().
This is the one we've had for ages, with the ~6300K (0.314, 0.351) white point.
Diffstat (limited to 'src/colour_conversion.h')
| -rw-r--r-- | src/colour_conversion.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h index 3cfbf969..85d83e21 100644 --- a/src/colour_conversion.h +++ b/src/colour_conversion.h @@ -163,7 +163,8 @@ public: static ColourConversion const & srgb_to_xyz(); static ColourConversion const & rec601_to_xyz(); static ColourConversion const & rec709_to_xyz(); - static ColourConversion const & p3_to_xyz(); + /** P3 DCI (~6300K "theater" white point) */ + static ColourConversion const & p3_dci_to_xyz(); static ColourConversion const & rec1886_to_xyz(); static ColourConversion const & rec2020_to_xyz(); static ColourConversion const & s_gamut3_to_xyz(); |
