0

Like in the title. I need to obtain each value: red, green and blue of specific pixel. What is the best way to do that? I didn't find any examples of copypixels in WriteableImage.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Piotr Łużecki
  • 1,031
  • 4
  • 17
  • 33
  • 1
    I have edited your title. Please see, "[Should questions include “tags” in their titles?](http://meta.stackexchange.com/questions/19190/)", where the consensus is "no, they should not". – John Saunders Sep 13 '12 at 19:35
  • 1
    I'm assuming that by `WriteableImage` you mean `WriteableBitmap`. Have a look at [Finding specific pixel colors of a `BitmapImage`](http://stackoverflow.com/a/1740553/63011) (In particularly at `PixelColor[,] GetPixels(BitmapSource source)`) – Paolo Moretti Sep 13 '12 at 20:05

1 Answers1

0

You can use with WriteableBitmapEx Framework

Link : http://wp7rocks.com/marketplace/components/details/51

Aghilas Yakoub
  • 28,516
  • 5
  • 46
  • 51