aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/src/ICCProfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skcms/src/ICCProfile.h')
-rw-r--r--third_party/skcms/src/ICCProfile.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/skcms/src/ICCProfile.h b/third_party/skcms/src/ICCProfile.h
new file mode 100644
index 0000000000..39967a1cb2
--- /dev/null
+++ b/third_party/skcms/src/ICCProfile.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright 2018 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#pragma once
+
+#include <stdbool.h>
+
+bool skcms_GetCHAD(const skcms_ICCProfile* profile, skcms_Matrix3x3* m);