[Tweener] Color filters not compatible.
Baluta Cristian
cristi.baluta at gmail.com
Mon Jun 9 23:28:43 PDT 2008
if the second overrwrites the first is logical, a contrast of 0 overrwrites
the brightness. And is working like this because both of them use
colorTransform i suppose.
On Tue, Jun 10, 2008 at 2:14 AM, Bradley <bradley at seven2.net> wrote:
> I'm trying to tween _brightness and _contrast with one tween like so:
>
> Tweener.addTween(someClip, {_brightness:-.5, contrast:.5, time:.5};
>
> It seems like the two props can't be used with each other, and the second
> one defined overwrites the first.
>
> Tweener.addTween(someClip, {_brightness:-.5, contrast:0, time:.5};
>
> should yield the same result as
>
> Tweener.addTween(someClip, {_brightness:-.5, time:.5};
>
> but the first one does nothing at all. The second one actually changes the
> brightness like both of them should.
>
> _______________________________________________
> Tweener mailing list
> Tweener at lists.caurinauebi.com
> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
>
--
Cristi
www.ralcr.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20080610/33c4be16/attachment.htm>
More information about the Tweener
mailing list