summaryrefslogtreecommitdiff
path: root/src/colour_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-12 22:02:40 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-12 22:02:40 +0100
commitda06d455a31a37abff4a2a82c12540d2e1266ca0 (patch)
tree2c0fce24589b7e8b6a25da1e6b1788d4df839b8f /src/colour_matrix.h
parent900e0457fc9f647ff6947ebbef9755ed21118804 (diff)
Add Rec 601 RGB->XYZ matrix from Dennis Couzin.
Diffstat (limited to 'src/colour_matrix.h')
-rw-r--r--src/colour_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/colour_matrix.h b/src/colour_matrix.h
index 615e8b38..a42c8dff 100644
--- a/src/colour_matrix.h
+++ b/src/colour_matrix.h
@@ -23,6 +23,7 @@ namespace colour_matrix {
extern double const xyz_to_rgb[3][3];
extern double const srgb_to_xyz[3][3];
+extern double const rec601_to_xyz[3][3];
extern double const rec709_to_xyz[3][3];
}