Screen color picker for Windows (Windows 上的屏幕取色器)
点击此处 查看中文文档。
This is a screen color picker on Windows system. RGB、HSL、HSB/HSV、HSI are supported。
If you got any issue or suggestion, issue is always welcome.
Tips: You may get a warning after ColorWanted startup,
what shows you that ColorWanted is accessing the network.
Don’t worry, ColorWanted is just start a UDP server with a random port,
to communicate cross processes (Between ColorWanted only).
Note: Because of Github upgrade SSL as Tls12(happened at Feb. 2018),
.NET4.0/WindowsXP was not supported since version 2.6.2
(.NET4.0 dose not support Tls12
, so I removed auto update from old version 2.6.1
)
git clone https://github.com/hyjiacan/ColorWanted.git --recursive
or
git clone https://gitee.com/hyjiacan/ColorWanted.git --recursive
You got 2 windows after ColorWanted startup: one to show color value (HEX or RGB), another to preview scaled pixels.
Window position and options are always stored immediately while changed (contains changed by hotkey), you can open the config file via Open Config
menu item on tray context menu.
You can toggle visible them except RGB
(via tray context menu or hotkey Alt+E)
pixel preview window
Preview pixels around pixel which cursor on.
You can scroll mousewheel up to zoom in and down to zoom out preview window.
Color palette
Open system color palette, a copied color would be the default color in palette.
A HEX color value will be copy after button OK clicked.
Copy policy
You can just copy the color value by check HEX only/RGB only under Copy policy.
Hotkey: Alt+V
Screenshot (no translation, Chinese only)
Click the circle button front of main window to take screenshot (via tray context menu or hotkey Alt+X).
Image Viewer (no translatio, Chinese onlyn)
Provides a tool to get the rectangle size with similar color. You can associate image file (PNG/BMP/JP[E]G
) with it by tray menu.
Double click Press keys in 1 second
Here is the default hotkeys, you can change them by Hotkey menu.
You can pause/resume preview by right click on preview window
Pick the color of pixel which cursor on, color windows show HEX value and RGB value. The cross point show the scaled pixel.
If you want to get color from a exactly pixel, you can just press Alt+` to pause preview, then move your cursor on preview window, then pick the color you want.
You can find all hotkey definitions here.
Get rectangle size from image.
Colorwanted is under license GPL V3