Re: [Flashcoders] flash 8 Masking blurred BitmapData

2006-01-05 Thread Wille Frankenhaeuser
fax +31 [0]20 4714446 --- ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Wille Frankenhaeuser [EMAIL PROTECTED

Re: [Flashcoders] Get the average of 2 colors

2006-03-10 Thread Wille Frankenhaeuser
Average the components or various colorchannels (red, green and blue) as stated earlier. Wille varcolor1:Number = 0xFF varcolor2:Number = 0xFF t_iBlend = blendComponents(color1, color2); showComponents(t_iBlend); function blendComponents(a_iColor1, a_iColor2){ t_ar_Color1