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(
: number,
: number,
: number,
: number,
: 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
See Also