I am working with Bitmap C# and wondering how to convert a color png image to only one color. I want all the visible colors in the image to become white. The parts that are transparent should remain transparent. I am going to display these agains a grey background.
feedback
|
| |||
|
feedback
|
|
try following code:
PS: this is not tested and in no way optimized | |||
|
feedback
|
|
The other answers was helpful and got me going, thanks a lot. I couldn't make them work though, not sure why. But I also found out that I wanted to keep the original alpha value of the pixels, rendering the edges smooth. This is what I came up with.
Here is a screen dump of the result magnified a few times (original on top):
| |||
|
feedback
|
