Help with array/greensock

first i set an array:

var hueArray:Array=new Array("a");
hueArray[0]="0";

then i want to call it into here

TweenLite.to(someMC, 0, {hue:[COLOR=Blue]**hueArray**[/COLOR]});

how can i do that? i tried () “” ‘’ but is not working.
thanks.