Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get Coordinates of Pixels with specific color
#2
The color will be displayed 0x21EF10, because of flag 1.
Also,
Code:
Copy      Help
GetWindowRect hwnd &r
  overwrites r. Use other variable.
Code:
Copy      Help
RECT rw; GetWindowRect hwnd &rw; OffsetRect &r rw.left rw.top


Messages In This Thread
RE: Get Coordinates of Pixels with specific color - by Gintaras - 04-09-2020, 06:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)