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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

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

jQuery Ajax Render Fragments OR Whole Page -