What about Histogram? where you changed/tested CLAMP as shown below?
        if( !EQUIV(config.gamma[mode], 0) ) {
                output = pow(output, 1.0 / config.gamma[mode]);
-               CLAMP(output, 0, 1.0);
+               CLAMP(output, 0, 100.0);
        }
If you make another change, just send me the changed paragraph instead of the entire Plugins.tex file.

On Sun, Jan 21, 2024 at 3:08 PM Andrea paz <gamberucci.andrea@gmail.com> wrote:
I no longer remembered that the floating-point patches were put into git.
I adjusted and added the statement to the two plugins. See if they
fit. I attach plugins.tex