diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-03 21:33:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-03 21:33:30 +0000 |
| commit | 9655ed4740f08899698052f232256fcf7b77c58e (patch) | |
| tree | 195e8f30ec4c5dd5beeecfb371acf7a3ceaa7898 /src/colour_conversion.h | |
| parent | 986bb0acba0aa73fc2ac0190a32e8fa8c6e636b4 (diff) | |
Various fixes to XYZ/RGB transforms.
Diffstat (limited to 'src/colour_conversion.h')
| -rw-r--r-- | src/colour_conversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h index 9bb7c6ee..e2a8c6bc 100644 --- a/src/colour_conversion.h +++ b/src/colour_conversion.h @@ -64,7 +64,7 @@ public: bool about_equal (ColourConversion const & other, float epsilon) const; static ColourConversion srgb_to_xyz; - static ColourConversion xyz_to_rgb; + static ColourConversion xyz_to_srgb; static ColourConversion rec709_to_xyz; protected: |
