Jump to content

Recommended Posts

Posted

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~

Posted

Im sorry for this noob post but I cant seem to find a list that has Autoit colors, could someone please help me out?

There is a list of Colour Constants in the Constants.au3 file. This file is in the ..\AutoIt3\Include directory.

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