var instance = new Vintasoft.Imaging.ImageProcessing.WebReplaceColorCommandJS(); var value; // Type: string value = instance.get_OldColor();
function get_OldColor() : string;
Return Value
Old color. Default value is "rgba(255,255,255,1)".
var instance = new Vintasoft.Imaging.ImageProcessing.WebReplaceColorCommandJS(); var value; // Type: string value = instance.get_OldColor();
function get_OldColor() : string;