i'm new to C#, and despite my best efforts to search the internet, i can't seem to find anything similar to auto-it's "pixelsearch" function in C#.
What i'm basically trying to do is to have the program search the screen to find all pixels that are a certain color, and then output the coordinates of those pixels so that i can click on them.
So far, all i can think of is to take a screenshot, and search that, but that seems far too complicated and slow.
Also if someone could point me in the right direction about making some sort of system that woiuld allow for color tolerance(find similar colors, not just the exact color i provide) any help would be greatly appreciated.