Skip to content

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.

Notifications You must be signed in to change notification settings

FilipRokita/COLORGRABBER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages