In This Topic
Sets the blending mode.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebBlendingModeEnumJS
returnValue = instance.set_BlendingMode(value);
function set_BlendingMode(
: WebBlendingModeEnumJS
) : any;
Parameters
- value
- An instance of WebBlendingModeEnumJS class. Default value is "SoftLight".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also