Jump to content

Color Dialog Eyedropper & Magnifier


ILLBeBack
 Share

Recommended Posts

This AutoIt script temporarily adds an Eyedropper control and a Magnifier to the standard Windows "Color" dialog (see screenshot below), allowing color selection from anywhere on the screen by simply dropping the Eyedropper on the desired color.

Posted Image

A small area, where dropped, is magnified 4 times and shown in the Magnifier where Left-Clicking on a color within the Magnifier will select that color.

The "Color" dialog updates to reflect the selected color, and otherwise functions as usual.

To use, either run independently or use ShellExec to run it from another script (it will only run one occurrence at a time). An eyedropper icon appears in the Windows System Tray.

Two Command Line Parameters are used:

Parameter 1: If "1", remain running after the Color window closes, waiting for another Color window (if ever).

Parameter 2: If "1", display tool tips for the eyedropper and magnifier.

If none, close when the Color window closes, and do NOT show tooltips.

Command Line Parameter Example:

In this example, the script will loop continuously, and show tooltips.

ShellExecute("ColorDialogEyedropper.exe", "1 1")

Tested only in Windows 7.

Known Issue:

Gets confused if multiple Color dialogs are opened at the same time.

ColorDialogEyedropper.zip

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