VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChannelRemapSettings type / WebChannelRemapSettings Constructor(number,number,number,number,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebChannelRemapSettings Constructor(number,number,number,number,number)
    In This Topic
    Initializes a new instance of the WebChannelRemapSettings class.
    Syntax
    // Parameters
    var gamma; // Type: number
    var inputMax; // Type: number
    var inputMin; // Type: number
    var outputMax; // Type: number
    var outputMin; // Type: number
    
    var instance = new Vintasoft.Imaging.ImageProcessing.WebChannelRemapSettings(gamma, inputMax, inputMin, outputMax, outputMin);
    
    
    function WebChannelRemapSettings(
    gamma
    Gamma.
    : number,
    inputMax
    Maximum value of range of input values.
    : number,
    inputMin
    Minimum value of range of input values.
    : number,
    outputMax
    Maximum value of the range of output values.
    : number,
    outputMin
    Minimum value of the range of output values.
    : number
    ) : WebChannelRemapSettings;

    Parameters

    gamma
    Gamma.
    inputMax
    Maximum value of range of input values.
    inputMin
    Minimum value of range of input values.
    outputMax
    Maximum value of the range of output values.
    outputMin
    Minimum value of the range of output values.
    Browser Compatibility
    56+
    45+
    11
    See Also