well, it works for colors as long as i don't put them into an array which i
find a bit weird..
but i will go for your workaround instead! thanks!
>
> I don't think the javascript bridge works for colours - at least, I
> haven't been able to persuade it to. You could, however, just store
> the rgb values in a structure, then use the Structure Key Member + RGB
> Color patches to convert that structure back into a colour. eg -
>
>
> function (__structure color) main (__number time) {
> var result = new Object();
> result.color = {red:Math.random(), green:Math.random(),
> blue:Math.random()};
> return result;
> }
>
>
>
> Jonathan del Strother
>
--
markus hamburger
www.uprough.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]