diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-24 22:34:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-24 22:34:45 +0100 |
| commit | 819590f9f8217235ebf4467b1d24e1aec1f97c29 (patch) | |
| tree | f493c7f715e646a332431a510eff58e09b0a9d59 /src/lib/colour_conversion.h | |
| parent | 360f49fad409d1e37318ffcf3069c4111c19c7b8 (diff) | |
Add basics of colourspace conversion bypass (#266).
Diffstat (limited to 'src/lib/colour_conversion.h')
| -rw-r--r-- | src/lib/colour_conversion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/colour_conversion.h b/src/lib/colour_conversion.h index fa1a955e1..706e51fe8 100644 --- a/src/lib/colour_conversion.h +++ b/src/lib/colour_conversion.h @@ -46,6 +46,8 @@ public: boost::optional<size_t> preset () const; + static boost::optional<ColourConversion> from_xml (cxml::NodePtr); + double input_gamma; bool input_gamma_linearised; boost::numeric::ublas::matrix<double> matrix; |
