Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I want verify a pixel color
#6
To skip on error:

Code:
Copy      Help
int color=pixel(528 90); err goto g1
lef 528 90
;g1
...

To skip if doesn't match:

Code:
Copy      Help
if(pixel(528 90)=0xE7E7DE)
,lef 528 90
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)