Hi,

mask out the r,g, b and tween them individually.

eg write a class:

RGBTween.getRGB (source, dest, 0..1);

The getRGB should mask out the r,g,b values, calculate the result r,g,b
based on source, dest and a 0..1 factor and combine the parts into a new rgb
value.

It will do the trick, but Im not sure its visually correct.

HTH
JC

On Fri, May 1, 2009 at 2:38 PM, natalia Vikhtinskaya
<natavi.m...@gmail.com>wrote:

> Thank you. Yes this class allows to create gradient. But I need code
> that allows to have N  MovieClips with blend colors from one to
> another.
>
> 2009/5/1 Glen Pike <g...@engineeredarts.co.uk>:
>  > Have a look at the Greensock Tween classes - they might help.
> >
> > natalia Vikhtinskaya wrote:
> >>
> >> Hi to all
> >> I need dynamically generate blend colors from one color to another.
> >> For example RGB:
> >> 1Mc 255  255 255
> >> 2?
> >> 3?
> >> 4?
> >> 5?
> >> 6?
> >> 7 136 114 141
> >> Is there a way to calculate blend colors for 5 steps?
> >> Thanks you for any help or links.
> >> _______________________________________________
> >> Flashcoders mailing list
> >> Flashcoders@chattyfig.figleaf.com
> >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >>
> >>
> >>
> >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to