VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChannelRemapSettings type / set_InputMin Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_InputMin Method
    In This Topic
    Sets the minimum value of the range of input values.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebChannelRemapSettings(gamma, inputMax, inputMin, outputMax, outputMin);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_InputMin(value);
    
    
    function set_InputMin(
    value
    Minimum value of range of input values. Valid values are from 0 to 255.
    : number
    ) : any;

    Parameters

    value
    Minimum value of range of input values. Valid values are from 0 to 255.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also