Gwaihir Posted March 28, 2007 Posted March 28, 2007 (edited) I need to know, how can I detect what colour is any pixel (for example that's 672x430. Thanks. //OK, already know answer. //Sry, but i couldn't type "color' in search. Edited March 28, 2007 by Gwaihir
Valuater Posted March 28, 2007 Posted March 28, 2007 maybe.. $var = PixelGetColor( 10 , 100 ) MsgBox(0,"The decmial color is", $var) MsgBox(0,"The hex color is", Hex($var, 6)) 8)
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