var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeGammaCommandJS(); var returnValue; // Type: any // Parameters var value; // Type: number returnValue = instance.set_Gamma(value);
function set_Gamma(
valueGamma value. Valid value is 0 and any positive value. Default value is 1.: number
) : any;
Parameters
- value
- Gamma value. Valid value is 0 and any positive value. Default value is 1.