[Flashcoders] getPixel32 - get alpha value

2010-11-03 Thread Karim Beyrouti
Hello All - anyone can point me in the right direction to get the alpha component of getPixel32 ? Thanks Karim ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] getPixel32 - get alpha value

2010-11-03 Thread Sidney de Koning - Funky Monkey Studios
Hi Karim, Something along the lines of this: var bmd:BitmapData = new BitmapData(80, 40, true, 0xFF44AACC); var pixelValue:uint = bmd.getPixel32(0, 0); var alphaValue:uint = pixelValue 24 0xFF; var red:uint = pixelValue 16 0xFF; var green:uint = pixelValue 8 0xFF; var blue:uint =

Re: [Flashcoders] getPixel32 - get alpha value

2010-11-03 Thread Karim Beyrouti
Thanks Sidney - can't believe I missed it in the docs. - k On 3 Nov 2010, at 14:22, Sidney de Koning - Funky Monkey Studios wrote: Hi Karim, Something along the lines of this: var bmd:BitmapData = new BitmapData(80, 40, true, 0xFF44AACC); var pixelValue:uint = bmd.getPixel32(0, 0);

[Flashcoders] [JOB] AS3 freelance

2010-11-03 Thread lists-09
[JOB] AS3 freelance For folks a) in or near Exton, PA; and, b) with strong AS3 experience who are interested in freelance projects -- with no need to travel, please send me a note. Principals only please. AS3 required, not necessarily with Flex/FB. Thank you