Index: third_party/qcms/src/qcms.h |
diff --git a/third_party/qcms/src/qcms.h b/third_party/qcms/src/qcms.h |
index c69a7727c1d505d013cc7ac85d82a316c0a77bf1..9ad3c0c47e50b8d168e09e90fab5bb972a2b7f50 100644 |
--- a/third_party/qcms/src/qcms.h |
+++ b/third_party/qcms/src/qcms.h |
@@ -158,11 +158,15 @@ qcms_transform* qcms_transform_create( |
qcms_profile* out, qcms_data_type out_type, |
qcms_intent intent); |
-void qcms_transform_release(qcms_transform *); |
+qcms_bool qcms_transform_create_color_cube_zyx_bgra( |
Ken Russell (switch to Gerrit)
2015/02/06 02:49:54
Please document what the new function does.
Noel Gordon
2015/02/07 05:34:44
Done. Added comment in the transform.c file.
|
+ qcms_profile *in, qcms_profile* out, |
+ int samples, unsigned char* cube); |
void qcms_transform_data(qcms_transform *transform, void *src, void *dest, size_t length); |
void qcms_transform_data_type(qcms_transform *transform, void *src, void *dest, size_t length, qcms_output_type type); |
+void qcms_transform_release(qcms_transform *); |
+ |
void qcms_enable_iccv4(); |
#ifdef __cplusplus |