Wollie Posted March 17, 2008 Posted March 17, 2008 Hello, Is it possible to return a color value to the script? For example declare one variable the color where the mouse hovering over. I couldnt find any functions regarding this subject Thanks in advance.
ofLight Posted March 17, 2008 Posted March 17, 2008 While 1 $xy = MouseGetPos() $currentpixel = PixelGetColor($xy[0],$xy[1]) ToolTip("Pixel color = " & $currentpixel) Sleep(100) WEnd There is always a butthead in the crowd, no matter how hard one tries to keep them out.......Volly
Wollie Posted March 17, 2008 Author Posted March 17, 2008 Thanks alot That is exactly what i was looking for
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now