/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.

Primary LanguageC++MIT LicenseMIT

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