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.
Asked
Active
Viewed 161 times
0
-
1I 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
-
1I'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 Answers
0
You can use with WriteableBitmapEx Framework
Link : http://wp7rocks.com/marketplace/components/details/51

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