imColorQuantize

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

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

Meta