VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChannelRemapSettings type / get_OutputMin Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_OutputMin Method
    In This Topic
    Gets the minimum value of the range of output values.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also