VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorBlend16CommandJS type / set_BlendColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BlendColor Method
In This Topic
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