madmaxgalleta Posted March 2, 2008 Share Posted March 2, 2008 Any1 know command for say color of mouse point? thx for all Link to comment Share on other sites More sharing options...
JustinReno Posted March 2, 2008 Share Posted March 2, 2008 Lots of people do. Link to comment Share on other sites More sharing options...
Tvern Posted March 2, 2008 Share Posted March 2, 2008 Any1 know command for say color of mouse point? thx for all Is $mousepos = Mousegetpos() $pointerpixel = hex(PixelGetColor($mousepos[0],$mousepos[1]),6) MsgBox(0,"The color is:","0x"&$pointerpixel) what you are looking for? Not sure if it's the best way to do it, but it works. Link to comment Share on other sites More sharing options...
BigDod Posted March 2, 2008 Share Posted March 2, 2008 Lots of people do.Why bother posting if all you are going to post is crap like this. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother Link to comment Share on other sites More sharing options...
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