An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Actions](https://github.com/emako/PickColor/actions/workflows/pickcolor.yml/badge.svg)](https://github.com/emako/PickColor/actions/workflows/pickcolor.yml) [![Platform](https://img.shields.io/badge/platform-Windows-blue?logo=windowsxp&color=1E9BFA)](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

image-20240423175110276

## 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)