Ok Picker is a color picker plugin for Adobe Photoshop, utilizing the Okhsl color space for improved color selection and manipulation.
- Interactive color selection using Hue, Saturation, and Lightness sliders
- 2D color picker for simultaneous Saturation and Value adjustment
- Real-time synchronization with Photoshop's foreground color
- Display of current foreground and background colors
- Numeric input for precise color values
This plugin is compatible with Adobe Photoshop version 25.11.0 and later.
- Open the UXP Developer Tools (UDT) application.
- Click "Add Plugin" and select the
manifest.json
file in the plugin folder. - Click the ••• button next to the corresponding workspace entry, and click "Load".
- Launch Photoshop and ensure the plugin is loaded.
- The plugin panel will appear in Photoshop's interface.
- Use the sliders, 2D picker, or numeric inputs to select your desired color.
- The selected color will automatically update as Photoshop's foreground color.
This plugin is built using vanilla JavaScript and doesn't rely on any external frameworks. To modify or extend the plugin:
- Edit the relevant JavaScript files (
main.js
,Slider.js
,Slider2D.js
, etc.).