Skip to main content
Known Participant
June 30, 2007
Question

Color Picker Code

  • June 30, 2007
  • 1 reply
  • 169 views
I want to open an image using loadMovie and than be able to pick color where I click on the image. Can someone plz help me with the code to achieve that.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
June 30, 2007
after loading is complete, create a bitmapdata instance, use the draw method to create a bitmap of your movieclip and use the bitmapdata class' getPixel() method to get the color.