summaryrefslogtreecommitdiff
path: root/src/rgb_xyz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgb_xyz.h')
-rw-r--r--src/rgb_xyz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h
index 734401dc..690ba08e 100644
--- a/src/rgb_xyz.h
+++ b/src/rgb_xyz.h
@@ -31,7 +31,8 @@ extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (
);
extern boost::shared_ptr<XYZFrame> rgb_to_xyz (
- boost::shared_ptr<const Image>, boost::shared_ptr<const LUT>, boost::shared_ptr<const LUT>, double const colour_matrix[3][3]
+ boost::shared_ptr<const Image>, boost::shared_ptr<const LUT>, boost::shared_ptr<const LUT>,
+ double const rgb_to_xyz[3][3], double const bradford[3][3]
);
extern boost::shared_ptr<XYZFrame> xyz_to_xyz (boost::shared_ptr<const Image>);