[Golist] zaaz ColorMatrixTween hueTo
Jud Holliday
judh at ZAAZ.com
Tue Jul 29 09:37:44 PDT 2008
Hey Wilbur,
Here's the issue: The range for hueTo is currently set up to function as if you had set it using the sliders in the Flash IDE. So the acceptable range of values is -180 to +180. Currently we are using Grant Skinners ColorMatrix class as the means to do the matrix transformations and essentially that is the way it is set up to function. We have discussed potentially changing this for our next revision, but haven't fully talked through all the implications yet. At issue is user expectation of how things should work, as well as what is most useful. So if you have some opinions on how things *should* work, we'd love to hear them.
Thanks,
-Jud
From: Wilbur [mailto:unpaidintern at wilbcorp.com]
Sent: Monday, July 28, 2008 5:19 PM
To: Mailing list for the Go ActionScript Animation Platform
Subject: zaaz ColorMatrixTween hueTo
hey, jud...
i've been really enjoying all these zaaz goasap classes, but i can't get the hue to work... everything else in the ColorMatrixTween has been working without issue, and even in this tween i'm able to use all the other properties... i was wondering if there are any hue tweening caveats i should be aware of.
i'm only using it for a really simple tween...
var tween:ColorMatrixTween = new ColorMatrixTween( sprite, NaN, NaN, NaN, 0xFF00FF, 1, Quintic.easeOut );
// tween.hueTo = 0xFF00FF; // tried using setters too
thanks
- Wilbur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://goasap.org/pipermail/golist_goasap.org/attachments/20080729/3ce34766/attachment.html
More information about the GoList
mailing list