VintaSoft Imaging .NET SDK 15.1: 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);

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