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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h
index 87959cb3..734401dc 100644
--- a/src/rgb_xyz.h
+++ b/src/rgb_xyz.h
@@ -33,5 +33,7 @@ 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]
);
+
+extern boost::shared_ptr<XYZFrame> xyz_to_xyz (boost::shared_ptr<const Image>);
}