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

var value; // Type: Vintasoft.Imaging.WebBlendingModeEnumJS
value = instance.get_BlendingMode();

Return Value

An instance of WebBlendingModeEnumJS class. Default value is "Multiply".
Browser Compatibility
56+
45+
11
See Also