VintaSoft Imaging .NET SDK 14.0: 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();
    
    
    function get_BlendingMode() : WebBlendingModeEnumJS;
    

    Return Value

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