diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-17 19:39:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-17 19:39:18 +0100 |
| commit | fd8cf9e28945c597d3d921bbd108a2ad89cbd857 (patch) | |
| tree | b9b08c69378c8be095d34ca4b597efc4d9627ce3 /src/colour_matrix.h | |
| parent | fcdd2ab7510c41ab17959d8f75cd35bf25e356d8 (diff) | |
Use double rather than float for colour matrices.
Diffstat (limited to 'src/colour_matrix.h')
| -rw-r--r-- | src/colour_matrix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/colour_matrix.h b/src/colour_matrix.h index 13bbc821..615e8b38 100644 --- a/src/colour_matrix.h +++ b/src/colour_matrix.h @@ -21,9 +21,9 @@ namespace libdcp { namespace colour_matrix { -extern float const xyz_to_rgb[3][3]; -extern float const srgb_to_xyz[3][3]; -extern float const rec709_to_xyz[3][3]; +extern double const xyz_to_rgb[3][3]; +extern double const srgb_to_xyz[3][3]; +extern double const rec709_to_xyz[3][3]; } |
