Im making a program that will search for a certain color and log its position i have no idea how i would go about doing this could anyone give me some hints ive found
Code:
GetPixel();
but are having no luck

Code:
#define WHITE_BALL RGB (0, 0, 0)
if (GetPixel(hDc, 200,200) == WHITE_BALL)