renderer/cm: add more monitor cm options (#11861)

Adds more cm options for monitors: DCIP3, Apple P3, Adobe
This commit is contained in:
UjinT34 2025-09-29 15:22:42 +03:00 committed by GitHub
parent 4d82cc5957
commit 0959672591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 0 deletions

View file

@ -42,6 +42,9 @@ enum eCMType : uint8_t {
CM_EDID, // primaries from edid (known to be inaccurate)
CM_HDR, // wide color gamut and HDR PQ transfer function
CM_HDR_EDID, // same as CM_HDR with edid primaries
CM_DCIP3, // movie theatre with greenish white point
CM_DP3, // applle P3 variant with blueish white point
CM_ADOBE, // adobe colorspace
};
struct SMonitorRule {