VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorBlend16CommandJS type / get_BlendColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BlendColor Method
    In This Topic
    Gets the blending color.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebColorBlend16CommandJS();
    
    var value; // Type: Vintasoft.Imaging.ImageProcessing.WebColorBaseJS
    value = instance.get_BlendColor();
    
    
    function get_BlendColor() : WebColorBaseJS;
    

    Return Value

    An instance of WebColorBaseJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also