08.08.14, 15:24
Hi,
here is another thing i stumbled upon:
if i call the setAlpha function on a gradient color, i get into the following situation:
call:
shape.fillColor.setAlpha(1);
error:
TypeError: Cannot find function setAlpha in object com.scriptographer.ai.GradientColor@15422a8.
so it gets that it is a gradient color, so there ought to be an object, but the function call doesn't work.
Am I handling this the wrong way?
best regards,
Axel
by the way:
in the reference there is a little misspelling: setAlpha(alHPa);