Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-07 Thread Hans Wichman
. -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of sebastian Sent: Monday, October 06, 2008 3:18 PM To: Flash Coders List Subject: [Flashcoders] working with getPixel32 and setPixel32, hi folks, can any one shed some light to me on the setpixel32

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-07 Thread Hans Wichman
Hi, ps if you are just wanting to half the alpha something along these lines should work as well: var newbitmap:BitmapData = new BitmapData (widht, height, true, 0x0); newbitmap.draw (oldbitmap, new Matrix(), new ColorTransform(1,1,1,0.5,0,0,0,0)); greetz JC On Mon, Oct 6, 2008 at 9:17 PM,

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-07 Thread sebastian
] On Behalf Of sebastian Sent: Monday, October 06, 2008 3:18 PM To: Flash Coders List Subject: [Flashcoders] working with getPixel32 and setPixel32, hi folks, can any one shed some light to me on the setpixel32 and getpixel32? I'd like to be able to affect just one of the 4 components: A R G or B

[Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread sebastian
hi folks, can any one shed some light to me on the setpixel32 and getpixel32? I'd like to be able to affect just one of the 4 components: A R G or B independently of another. Essentially, read the current ARGB using getPixel32 and then manipulate just one part of it, in my case, halve the

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Glen Pike
Hi, You might be able to do this easier by using getPixels() / setPixels() and manipulating the returned Byte Array. Here are some links that may help you do this fast: http://board.flashkit.com/board/showthread.php?t=741099 http://laserpirate.com/flashblog/?p=12 HTH

RE: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Andrew Murphy
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sebastian Sent: Monday, October 06, 2008 3:18 PM To: Flash Coders List Subject: [Flashcoders] working with getPixel32 and setPixel32, hi folks, can any one shed some light to me on the setpixel32 and getpixel32? I'd like

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread sebastian
ou le reproduire. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sebastian Sent: Monday, October 06, 2008 3:18 PM To: Flash Coders List Subject: [Flashcoders] working with getPixel32 and setPixel32, hi folks, can any one shed some light to me

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Glen Pike
To: Flash Coders List Subject: [Flashcoders] working with getPixel32 and setPixel32, hi folks, can any one shed some light to me on the setpixel32 and getpixel32? I'd like to be able to affect just one of the 4 components: A R G or B independently of another. Essentially, read the current ARGB

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread sebastian
a d'autres ou le reproduire. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sebastian Sent: Monday, October 06, 2008 3:18 PM To: Flash Coders List Subject: [Flashcoders] working with getPixel32 and setPixel32, hi folks, can any one shed some light

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Juan Pablo Califano
sans le communiquer a d'autres ou le reproduire. -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of sebastian Sent: Monday, October 06, 2008 3:18 PM To: Flash Coders List Subject: [Flashcoders] working with getPixel32 and setPixel32, hi folks, can

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Juan Pablo Califano
: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of sebastian Sent: Monday, October 06, 2008 3:18 PM To: Flash Coders List Subject: [Flashcoders] working with getPixel32 and setPixel32, hi folks, can any one shed some light to me on the setpixel32 and getpixel32? I'd like to be able