https://github.com/filiprokita/colorgrabber
The "ColorGrabber" program written in C++ allows users to grab the RGB values of any pixel on the screen by pressing a specified key. It uses the Windows API to obtain the color information of the pixel under the cursor, and then displays the RGB values in the console window.
https://github.com/filiprokita/colorgrabber
colorgrabber console-windows cpp cursor pixel programming rgb rgb-values windows-api
Last synced: about 2 months ago
JSON representation
The "ColorGrabber" program written in C++ allows users to grab the RGB values of any pixel on the screen by pressing a specified key. It uses the Windows API to obtain the color information of the pixel under the cursor, and then displays the RGB values in the console window.
- Host: GitHub
- URL: https://github.com/filiprokita/colorgrabber
- Owner: FilipRokita
- License: mit
- Created: 2021-12-03T22:33:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T22:01:41.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:41:49.136Z (10 months ago)
- Topics: colorgrabber, console-windows, cpp, cursor, pixel, programming, rgb, rgb-values, windows-api
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COLORGRABBER
A simple application that checks and displays the RGB color code of the pixel you are holding the cursor on. To use the application, start it, select the button (must be uppercase) with which you will check color, and press it.

# How to use
1. Run the program
2. Input the key you want to grab pixel color with
3. Hover cursor at the color you want to grab and press the key selected before
The results will be in the console