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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -