PR3BI 0 Report post Posted April 28, 2008 How do I search more than one color? Does anyone know? Share this post Link to post Share on other sites
weaponx 10 Report post Posted April 28, 2008 Dim $colors[3] = [0xFF000,0x00FF00,0x0000FF] For $X = 0 to Ubound($colors)-1 $result = PixelSearch(0,0,@DesktopWidth, @DesktopHeight,$colors[$X]) Next Share this post Link to post Share on other sites