diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-05 17:38:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-05 18:53:39 +0200 |
| commit | 969c9c28c87e83f4e3fcb7b52a921773d363511f (patch) | |
| tree | 361713cfbb0246b75af7442f257375c27655083b /src/gamma_transfer_function.h | |
| parent | 504955b1e8036a25b1dc196625e530808ac42e99 (diff) | |
Use two LUTs.inaccurate-gamma
Diffstat (limited to 'src/gamma_transfer_function.h')
| -rw-r--r-- | src/gamma_transfer_function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma_transfer_function.h b/src/gamma_transfer_function.h index 8402d6af..947fec66 100644 --- a/src/gamma_transfer_function.h +++ b/src/gamma_transfer_function.h @@ -58,7 +58,7 @@ public: bool about_equal (std::shared_ptr<const TransferFunction> other, double epsilon) const override; protected: - double * make_lut (int bit_depth, bool inverse) const override; + double * make_lut (double from, double to, int bit_depth, bool inverse) const override; private: double _gamma; |
