Tag Archive for 'getpixel()'

02
Aug

Finding a pixel’s color value using the Bitmap classes and getPixel()

This example loads an image and then uses a combination of the Bitmap and BitmapData classes to determine the color value under the mouse cursor. Pretty basic, but kind of neat. Maybe? Sorta?

Full code after the jump.

Continue reading ‘Finding a pixel’s color value using the Bitmap classes and getPixel()’