Jump to content

Autoit Colors


Shimgreen
 Share

Recommended Posts

You can use either the hexadecimal color value ranging from 0x000000 to 0xFFFFFF or RGB ranging form 0, 0, 0 to 255, 255, 255. I recommend using hexadecimal with AutoIt. You can convert the numbers quickly by opening up the Microsoft Calculator, go to View > Scientific, then View > Decimal enter in the first RGB value, then go to View > Hex.

If RGB is 212, 3, 45, then you'll get D4, 03, 2D for a hex value of 0xD4032D.

~Flint Brenick~

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...