imColorReconstruct

Reconstruct min-max values into 0-1. \n * Values are usually integers, * but the dummy reconstructor uses real values. * See also \ref math. * \ingroup color

version(IM)
pure nothrow @nogc @safe
float
imColorReconstruct
(
T
)
(
ref const(T) value
,
ref const(T) min
,
ref const(T) max
)
if (
isNumeric!T
)

Meta