[Flashcoders] Dynamically generate blend colors

2009-05-01 Thread natalia Vikhtinskaya
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

Re: [Flashcoders] Dynamically generate blend colors

2009-05-01 Thread Glen Pike
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

Re: [Flashcoders] Dynamically generate blend colors

2009-05-01 Thread natalia Vikhtinskaya
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

Re: [Flashcoders] Dynamically generate blend colors

2009-05-01 Thread Hans Wichman
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

Re: [Flashcoders] Dynamically generate blend colors

2009-05-01 Thread natalia Vikhtinskaya
I am sorry. I did not understand your advice. I am working with AS2. 2009/5/1 Hans Wichman j.c.wich...@objectpainters.com: 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

RE: [Flashcoders] Dynamically generate blend colors

2009-05-01 Thread Jack Doyle
generate blend colors 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

Re: [Flashcoders] Dynamically generate blend colors

2009-05-01 Thread natalia Vikhtinskaya
Vikhtinskaya [mailto:natavi.m...@gmail.com] Sent: Friday, May 01, 2009 7:38 AM To: Flash Coders List Subject: Re: [Flashcoders] Dynamically generate blend colors Thank you. Yes this class allows to create gradient. But I need code that allows to have N  MovieClips with blend colors from one