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

objective c - Newbie question -multiple parameters -

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -