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
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument type is not ARGB64. |
Browser Compatibility
See Also