throw_eval_error("arguments to transparentize/fade_out must be a color and a numeric value",cpy.path(),cpy.line());
}
Nodecolor(bindings[parameters[0]]);
Nodedelta(bindings[parameters[1]]);
if(delta.numeric_value()<0||delta.numeric_value()>1)throw_eval_error("amount must be between 0 and 1 for transparentize/fade-out",delta.path(),delta.line());