May 19, 2006 #1 rolan18 Programmer May 11, 2006 26 CA Is there a way to find the Red Green Blue value of a pixel on the screen, or is that only possible when in reference to objects? Because I would like to be able to decipher and change a heat map using flash if possible. Thanks
Is there a way to find the Red Green Blue value of a pixel on the screen, or is that only possible when in reference to objects? Because I would like to be able to decipher and change a heat map using flash if possible. Thanks
May 19, 2006 #2 billwatson Instructor Dec 18, 2002 2,312 CA each pixel would have to be a movie clip Upvote 0 Downvote
May 22, 2006 #3 kennethkawamoto Technical User Nov 19, 2002 2,710 GB Or if you're on Flash 8 you can use BitmapData.getPixel method, which returns the RGB value for a given pixel. Kenneth Kawamoto http://www.materiaprima.co.uk Upvote 0 Downvote
Or if you're on Flash 8 you can use BitmapData.getPixel method, which returns the RGB value for a given pixel. Kenneth Kawamoto http://www.materiaprima.co.uk