get_BackgroundColor Method
Gets the background color of the image.
var instance = new Vintasoft.Imaging.ImageProcessing.WebQuadrilateralWarpCommandJS();
var value; // Type: string
value = instance.get_BackgroundColor();
function get_BackgroundColor() : string;
Return Value
Color. Default value is "rgba(0,0,0,0)".