add a note about P3 gamuts
Change-Id: I50322fff140f962a9b7cffb60cdef68e25715a5c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/264576 Auto-Submit: Mike Klein <mtklein@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
c71c796f3a
commit
d1b347ee05
@ -82,6 +82,7 @@ static constexpr skcms_Matrix3x3 kAdobeRGB = {{
|
||||
{ SkFixedToFloat(0x04fc), SkFixedToFloat(0x0f95), SkFixedToFloat(0xbe9c) },
|
||||
}};
|
||||
|
||||
// TODO: this is the D65 P3 used for Display P3. Rename, add the real ~D63 DCI P3?
|
||||
static constexpr skcms_Matrix3x3 kDCIP3 = {{
|
||||
{ 0.515102f, 0.291965f, 0.157153f },
|
||||
{ 0.241182f, 0.692236f, 0.0665819f },
|
||||
|
Loading…
Reference in New Issue
Block a user