colorInWindow

🔍 Prototype

pixel.colorInWindow(hwnd, x, y)

📝 Paramètres

Paramètre
Type
Description
  • hwnd

  • HWND

  • Identifiant de la fenêtre à récupérer avec l'une des méthodes window.

  • x, y

  • int, int

  • Les coordonnées du pixel relatives à la fenêtre (et non pas à l'écran).

🔙 Retour

Type
Description
  • string

  • La couleur sous la forme "#XXXXXX".

Dernière mise à jour