Keypirinha plugin to grab the color code of the pixel under the mouse.
Type the trigger keyword "Color pick:" (customisable in package config) to grad the pixel color under your pointer. Color code can be copied to clipboard in 5 formats :
- hexadecimal (eg.
#e36209
) - RGB (eg.
227, 98, 9
) - CMYK (eg.
0%, 57%, 96%, 11%
) - HSV (eg.
24°, 96%, 89%
) - HSL (eg.
24°, 92%, 46%
)
ℹ️ If you want to pick another color, simply type a space in the searchbox to refresh suggestions.
- Download the file
ColorPicker.keypirinha-package
from the releases tab - Copy the file into %APPDATA%\Keypirinha\InstalledPackages (installed mode) or <Keypirinha_Home>\portable\Profile\InstalledPackages (portable mode)
- Live refresh (tried, but I encountered difficulties with suggestions refresh)
- Suggest nearby pixels (3*3 square around the current position for example)
- Add a color converter
Code structure and readme are inspired by ueffel's kill plugin
Icon made by DinosoftLabs from www.flaticon.com