set_TransparentColor Method
In This Topic
Sets the color, which must be used as transparent color.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_TransparentColor(value);
function set_TransparentColor(
: string
) : any;
Parameters
- value
- Color. Default value is "rgba(255,255,255,0)".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also