$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.