In This Topic
Sets the alpha channel value.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebSetAlphaChannelValueCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_AlphaValue(value);
function set_AlphaValue(
: number
) : any;
Parameters
- value
- Alpha channel value. Valid values are from 0 to 255. Default value is 255.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also