This script add-in lets you pick the color currently under the mouse anywhere on the screen.
Requirements
- Directory Opus 13.22 or higher.
- Python 3.7 or higher available in
PATHenviroment var.
Installation
Download the following file:
Download from here
Then install the script as usual.
Usage
Simply use ColorPicker to open the dialog.
By default, the dialog ignores its own window area.
You can press F8 to resume/pause the dialog.
Notes
- This is a demo script, meant to show that inter-process communication without using files is curerntly possible.
- The script runs a local server for communication, so your security software may ask for network access permission (the script itself never accesses the internet).
- You must have Python 3.7 or higher fully working and available in the system
PATH. - It doesn't use any external dependencies beyond those included with Python.
- Doesn't run constantly in background, once is not needed, the server will auto close.