diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-08 22:42:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-08 22:42:44 +0100 |
| commit | 7c386ee3f400d80f043bc0b271a0184e35a08169 (patch) | |
| tree | 893dab410e68cf1fdfd3e709364b92a44942e92a /src/stereo_picture_frame.cc | |
| parent | 5d8222829b5d14327ae6b63eb31e9fef0f9b4bdb (diff) | |
Rename xyz_to_rgb to xyz_to_rgba.
Diffstat (limited to 'src/stereo_picture_frame.cc')
| -rw-r--r-- | src/stereo_picture_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc index 0b56b216..293573bd 100644 --- a/src/stereo_picture_frame.cc +++ b/src/stereo_picture_frame.cc @@ -84,7 +84,7 @@ StereoPictureFrame::argb_frame (Eye eye, int reduce, float srgb_gamma) const break; } - return xyz_to_rgb (xyz_frame, GammaLUT::cache.get (12, DCI_GAMMA, false), GammaLUT::cache.get (12, 1 / srgb_gamma, false)); + return xyz_to_rgba (xyz_frame, GammaLUT::cache.get (12, DCI_GAMMA, false), GammaLUT::cache.get (12, 1 / srgb_gamma, false)); } uint8_t const * |
