mercredi 23 décembre 2015

C++/Windows.h - Scan screen for a color?

Is there such a function that allows me to scan the screen for a certain color? Something like(pseudo-code):

results = ScanScreenForColor(255, 0, 0)
if (results.red == 255)
{
    // do something...
}

Aucun commentaire:

Enregistrer un commentaire