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