VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorBlendCommandJS type / set_BlendingMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BlendingMode Method
In This Topic
Sets the blending mode.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebColorBlendCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebBlendingModeEnumJS

returnValue = instance.set_BlendingMode(value);

Parameters

value
An instance of WebBlendingModeEnumJS class. Default value is "Multiply".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also