I am having problem with the pixelsearch function, it seems this function can't detect the proper blue color. I tried to take a screen shot and use the autoit tool to identify the color, but I just don't have any luck with it.
$Pixel2 = PixelSearch(0,0,(200),(200),0x3557E1,1)
This function always set the @error to 1, I don't know how to fix it. Anyone has any idea?