Jump to content

Pixel Search for NOT a colour


Recommended Posts

You'd probably want to use PixelGetColor. Set it in a doubble while loop to set your "search box". Somthing like this (not actual code just the idea)

For $X=0 to $xMax
     For $Y=0 to $yMax
         $color=PixelGetColor($x,$y)
         if $color<>'white' then
              signify somthing (maybe set an array to keep track)
         endif
     Next
Next
Edited by evilertoaster
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...