Context
I'm trying to extract everything that is brown out of a ".bmp" of a slide. Since it's a staining of human tissue the exact color of brown is going to be different between slides.
So thus far I've found a plethora of topics of finding a single color.
So far I haven't found anything on being able to search through a picture with a color range. I know that I could do a Color compare = Color.FromArgb(X,X,X,X)
several thousand times with different values, but is there any other way of doing this?