summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolorspace_p.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2024-02-26 18:10:41 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2024-04-05 18:40:47 +0200
commit48d582e0b7010532ea748ed3cde9b9bd9979fa18 (patch)
tree2a38a445499bdb2e42725eb7675875cae71979bb /src/gui/painting/qcolorspace_p.h
parent04e5b86f9e695e2ca4516179a214d2eff6a2157e (diff)
Handle chad elements in ICC profiles
Parse them, so we can change white-points correctly, and write them as required by ICCv4 Change-Id: I6d28fb6a85585f80a9867df45864069efda956c5 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/gui/painting/qcolorspace_p.h')
-rw-r--r--src/gui/painting/qcolorspace_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/painting/qcolorspace_p.h b/src/gui/painting/qcolorspace_p.h
index ac09825a69..eaa557e02d 100644
--- a/src/gui/painting/qcolorspace_p.h
+++ b/src/gui/painting/qcolorspace_p.h
@@ -110,6 +110,7 @@ public:
// Three component matrix data:
QColorTrc trc[3];
QColorMatrix toXyz;
+ QColorMatrix chad;
// Element list processing data:
struct TransferElement {