diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-14 16:14:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-14 16:14:02 +0000 |
| commit | 028a6d7a5939b114472f16c3436a30f72165165f (patch) | |
| tree | 939a5c4d1f0878451dc02f514fbecc8830a3c1ff /src/colour_conversion.h | |
| parent | acf18ab61ce7cd1ba1b72b9451b14b3fc353e2fd (diff) | |
Add tentative S-Gamut3/S-Log3 colourspace support.
Diffstat (limited to 'src/colour_conversion.h')
| -rw-r--r-- | src/colour_conversion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h index 9b88a853..51762d8b 100644 --- a/src/colour_conversion.h +++ b/src/colour_conversion.h @@ -155,6 +155,7 @@ public: static ColourConversion const & p3_to_xyz (); static ColourConversion const & rec1886_to_xyz (); static ColourConversion const & rec2020_to_xyz (); + static ColourConversion const & s_gamut3_to_xyz (); protected: /** Input transfer function (probably a gamma function, or something similar) */ |
