In This Topic
Sets the value determining if Alpha channel is overlayed in the output image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSmoothingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_OverlayAlpha(value);
function set_OverlayAlpha(
: number
) : any;
Parameters
- value
- 1 - High Pass result is overlayed without transparency; otherwise, output image is converted to Bgra32 and High Pass result is overlayed using selected Alpha value. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also