VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorBlend16CommandJS type / set_BlendColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
    set_BlendColor Method
    Sets the blending color.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebColorBlend16CommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebColorBaseJS
    
    returnValue = instance.set_BlendColor(value);
    
    

    Parameters

    value
    An instance of WebColorBaseJS class.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument type is not ARGB64.
    Browser Compatibility
    56+
    45+
    11
    See Also