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/rgb_xyz.h | |
| parent | 5d8222829b5d14327ae6b63eb31e9fef0f9b4bdb (diff) | |
Rename xyz_to_rgb to xyz_to_rgba.
Diffstat (limited to 'src/rgb_xyz.h')
| -rw-r--r-- | src/rgb_xyz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h index 28e09230..998c6401 100644 --- a/src/rgb_xyz.h +++ b/src/rgb_xyz.h @@ -26,7 +26,7 @@ class XYZFrame; class GammaLUT; class Image; -extern boost::shared_ptr<ARGBFrame> xyz_to_rgb ( +extern boost::shared_ptr<ARGBFrame> xyz_to_rgba ( boost::shared_ptr<const XYZFrame>, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const GammaLUT> ); |
