diff options
Diffstat (limited to 'src/s_gamut3_transfer_function.h')
| -rw-r--r-- | src/s_gamut3_transfer_function.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/s_gamut3_transfer_function.h b/src/s_gamut3_transfer_function.h index 3f83da87..88a6a65a 100644 --- a/src/s_gamut3_transfer_function.h +++ b/src/s_gamut3_transfer_function.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -31,14 +31,18 @@ files in the program, then also delete it here. */ + /** @file src/s_gamut3_transfer_function.h * @brief SGamut3TransferFunction class. */ + #include "transfer_function.h" + namespace dcp { + class SGamut3TransferFunction : public TransferFunction { public: @@ -48,4 +52,5 @@ protected: double * make_lut (int bit_depth, bool inverse) const; }; + } |
