In This Topic
Sets the maximum 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_InputMax(value);
function set_InputMax(
: number
) : any;
Parameters
- value
- Maximum value of range of input values. Valid values are from 0 to 255.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also