Jump to content

Recommended Posts

Posted

You know photo editor programs such as Paint Shop Pro and Photoshop, they have this "rainbow" color selector where you click on it and choose which one you want and it gives you Hex code. How do you make that in AutoIT?

I searched but couldn't find any.

Thanks!

Posted (edited)

Theres A Command For It!

_ChooseColor() I belive!

#Include <Misc.au3>
$Color = _ChooseColor()

MsgBox(0, "Color", $Color)

:)

You must Include a Include for it too work!

Edited by R6V2

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
  • Recently Browsing   0 members

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