06-11-2015, 02:15 PM
Yes, with flag 0x1000 can find colors in windows that are behind other windows, ie the window pixel may be not visible. Must be Aero enabled etc, as you can read in Help.
int w1=win(...)
scan("color:0x0" w1 r2 0x1000)
Will be error if the window not found or destroyed.
int w1=win(...)
scan("color:0x0" w1 r2 0x1000)
Will be error if the window not found or destroyed.