var instance = new Vintasoft.Imaging.WebImageAppearanceJS(backColor, borderColor, borderWidth); var returnValue; // Type: any // Parameters var value; // Type: string returnValue = instance.set_BackColor(value);
function set_BackColor(
valueBackground color of the image. Default value is "rgba(255,255,255,0)".: string
) : any;
Parameters
- value
- Background color of the image. Default value is "rgba(255,255,255,0)".