1 Star 0 Fork 35

尘翼 / ColorWanted

forked from 小李 / ColorWanted 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 4.46 KB
一键复制 编辑 原始数据 按行查看 历史
小李 提交于 2019-07-11 20:00 . Modified README.md

ColorWanted

点击此处 查看中文文档。

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

If you got any issue or suggestion, 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 all hotkey definitions here.

history

Open source license

Colorwanted is under license GPL V3

Thanks

C#
1
https://gitee.com/Weli572872916/ColorWanted.git
git@gitee.com:Weli572872916/ColorWanted.git
Weli572872916
ColorWanted
ColorWanted
master

搜索帮助