Jump to content

Recommended Posts

Posted (edited)

How to get html color values

i get this PixelGetColor = "9221074"

HTML Format = "DBE7F5" How to get it? http://www.w3schools.com/Html/html_colors.asp

Here's my code,

$size = WinGetPos("[CLASS:YahooBuddyMain]")
$var = PixelGetColor($size[0]+30,$size[1]+30)
MsgBox(0,"",$var)
Edited by DCCD
  • Moderators
Posted

Hex(9221074, 6)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...