Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.24 KB

File metadata and controls

71 lines (45 loc) · 2.24 KB

XPicker

🌈 Lightweight, simple, and easy-to-use screen color picker.

InstallationFeaturesResource UsageShowcase

📦 Installation

1. Download 🏳️‍🌈 XPicker

Get the Setup Installer from the Releases Page and run it.

2. (Optional) Use the .ahk Script

If you prefer the source code version, download the .ahk file from the Releases Page.
but you'll need to install AutoHotkey v2.0 to run it manually.

✨ Features

🎨 Supported Color Formats

* 💡 Tip: Press CTRL to cycle through the different color formats.

* ❌ Press ESC to leave the script.

📘 Formats

  • HEX#RRGGBB (hexadecimal color code)
  • RGBrgb(R, G, B) (red, green, blue numeric values)
  • RGBArgba(R, G, B, A) (red, green, blue + alpha/transparency)
  • HSLhsl(H°, S%, L%) (hue, saturation, lightness)
  • HSLAhsla(H°, S%, L%, A) (hue, saturation, lightness + alpha)

📊 Resource Usage

XPicker is a lightweight tool, using only 0.3% of CPU and 3.8 MB of memory.

image

📸 Showcase

XPicker.mp4

🤝 Contributions

Feel free to fork this repository and submit pull requests. Contributions to improve functionality, documentation, or adding features are welcome. For guidelines, please refer to the CONTRIBUTING.md.