Monday, September 29, 2014

How to change image color in windows store app ?

Well, theoretically you can loop through all pixels in the image using a WriteableBitmap, check if the pixel is red and replace it with the Color you want. The question is wether all pixels that are red have the same shade of red?


Are the remaining pixels black or white or some other color?


No comments:

Post a Comment