Shimgreen Posted August 23, 2008 Posted August 23, 2008 Im sorry for this noob post but I cant seem to find a list that has Autoit colors, could someone please help me out?
BrettF Posted August 23, 2008 Posted August 23, 2008 I'm confused to what you're asking. Could you please reiterate what you need? Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
James Posted August 23, 2008 Posted August 23, 2008 You mean syntax colours? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
FlintBrenick Posted August 23, 2008 Posted August 23, 2008 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~
Malkey Posted August 23, 2008 Posted August 23, 2008 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now