Skip to content

Screen color picker for Windows (Windows 上好用的屏幕取色器)

License

Notifications You must be signed in to change notification settings

dds2333/ColorWanted

 
 

Repository files navigation

ColorWanted

点击此处 查看中文文档。

This is a screen color picker on Windows system. RGBHSLHSB/HSVHSI are supported。

If you got any suggestion or problem, issue is always welcome.

Requirements

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)

Source & Download

Usage

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.

  • color value window Show the color value of pixel which cursor on, follow color space are available:
  • RGB(in HEX)
  • RGB(in Decimal)
  • HSL
  • HSB
  • HSI

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.

  • HEX ony: copy FFFFFF only, without symbol #

  • RGB only: copy *255,255,255 only, without RGB().

Hotkey: Alt+V

Hotkey

Double click Press keys in 1 second

  • Alt+C Copy HEX value, double click to copy RGB value
  • Alt+V Switch copy policy
  • Alt+E Switch display mode(mini/standard/extended)
  • Alt+F1 Switch window mode(hidden/fixed/follow)
  • Alt+F2 Show/hide preview window
  • Alt+F3 Open color palette
  • Alt+` Pause/resume preview, double click to pause/resume pick color
  • Alt+T Bring color windows to the top, escapse from any windows on it
  • Alt+P Whether to preview with pixel scale

Here is the default hotkeys, you can change them by Hotkey menu.

You can pause/resume preview by right click on preview window

Screenshoot

Pick color

Pick the color of pixel which cursor on, color windows show HEX value and RGB value. The cross point show the scaled pixel.

Pixel scale

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.

Customize hotkeys

You can find full definition of hotkeys.

history

Open source license

Colorwanted is under license GPL V3

Thank

About

Screen color picker for Windows (Windows 上好用的屏幕取色器)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%