From 969c9c28c87e83f4e3fcb7b52a921773d363511f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 May 2022 17:38:48 +0200 Subject: Use two LUTs. --- src/s_gamut3_transfer_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/s_gamut3_transfer_function.h') diff --git a/src/s_gamut3_transfer_function.h b/src/s_gamut3_transfer_function.h index 0d297e8b..4c3714b9 100644 --- a/src/s_gamut3_transfer_function.h +++ b/src/s_gamut3_transfer_function.h @@ -49,7 +49,7 @@ public: bool about_equal (std::shared_ptr 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; }; -- cgit v1.2.3