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 -

php - Time zone issue -

iphone - Using nested NSDictionary with Picker -