summaryrefslogtreecommitdiff
path: root/src/identity_transfer_function.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-05 17:38:48 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-05 18:53:39 +0200
commit969c9c28c87e83f4e3fcb7b52a921773d363511f (patch)
tree361713cfbb0246b75af7442f257375c27655083b /src/identity_transfer_function.h
parent504955b1e8036a25b1dc196625e530808ac42e99 (diff)
Use two LUTs.inaccurate-gamma
Diffstat (limited to 'src/identity_transfer_function.h')
-rw-r--r--src/identity_transfer_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity_transfer_function.h b/src/identity_transfer_function.h
index de7a897a..918f6185 100644
--- a/src/identity_transfer_function.h
+++ b/src/identity_transfer_function.h
@@ -49,7 +49,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;
};