c# - How do I make all but a certain colour black in an image? -


i have image lot of green in it, large amount of different coloured pixels. green not issue. how can turn non-green pixels black?

in p-code:

for each pixel     if pixel not green         pixel <- black 

Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -