Thread: wtf
View Single Post
 
wtf
Reply
Posted 2004-09-01, 03:26 AM
If anyone can figure this out than help me? kthx

$var = PixelGetColor( 117 , 341 )
MsgBox(0,"The decmial color is", $var)
MsgBox(0,"The hex color is", Hex($var, 6))

Im using this to get the pixel colors for the current window in the channel lobby.
If i run in window mode the value is always like 1c1c1c even when im over the color gold so wtf? non windowed mode works fine.

is there a way to make it work in windowed mode?
Old
Profile PM WWW Search
nddwind is neither ape nor machine; has so far settled for the in-betweennddwind is neither ape nor machine; has so far settled for the in-between
 
 
nddwind