https://github.com/emako/pickcolor
Pick your screen color.
https://github.com/emako/pickcolor
Last synced: about 2 months ago
JSON representation
Pick your screen color.
- Host: GitHub
- URL: https://github.com/emako/pickcolor
- Owner: emako
- License: mit
- Created: 2024-04-01T02:24:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-08T22:43:36.000Z (3 months ago)
- Last Synced: 2025-03-08T23:17:21.081Z (3 months ago)
- Language: C#
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/emako/PickColor/actions/workflows/pickcolor.yml) [](https://dotnet.microsoft.com/en-us/download/dotnet/latest/runtime)
# PickColor
Pick your screen color simply.
## Color definitions
> Not support alpha color nowaday.
ASS format: `&HBBGGRR&`/ `&HAABBGGRR`
HTML format: `#RRGGBB`/`#RRGGBBAA`
## Screen Shot
## Usage
Press the mouse down on the eyedropper without releasing it, move the mouse to the position where the color needs to be detected, and then release the mouse or press ESC.
## Thanks
Inspired by the following open source projects:
- [Fischless](https://github.com/GenshinMatrix/Fischless)
- [Aegisub](https://github.com/Aegisub/Aegisub)- [colorpicker](https://github.com/jamesnet214/colorpicker)