Gets the minimum value of the range of input values.
var instance = new Vintasoft.Imaging.ImageProcessing.WebChannelRemapSettings(gamma, inputMax, inputMin, outputMax, outputMin);
var value; // Type: number
value = instance.get_InputMin();
function get_InputMin() : number;
Return Value
Minimum value of range of input values. Valid values are from 0 to 255.