Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/qcms/src/qcms.h

Issue 1494473003: [qcms] Add a color profile white point transform api (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« third_party/qcms/src/chain.c ('K') | « third_party/qcms/src/chain.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/qcms/src/qcms.h
diff --git a/third_party/qcms/src/qcms.h b/third_party/qcms/src/qcms.h
index 19958fd0bcb3788d1256004bc81922c2dd596e87..efe5cd64f4a680ba9e702f1ec8d9b77760818bab 100644
--- a/third_party/qcms/src/qcms.h
+++ b/third_party/qcms/src/qcms.h
@@ -114,6 +114,7 @@ qcms_bool qcms_profile_is_bogus(qcms_profile *profile);
qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
qcms_color_space qcms_profile_get_color_space(qcms_profile *profile);
unsigned qcms_profile_get_version(qcms_profile *profile);
+qcms_bool qcms_profile_white_transform(qcms_profile *profile, float XYZ[3]);
qcms_bool qcms_profile_match(qcms_profile *p1, qcms_profile *p2);
const char* qcms_profile_get_description(qcms_profile *profile);
« third_party/qcms/src/chain.c ('K') | « third_party/qcms/src/chain.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698