Skip to content

Cross-platform color detection app based on Qt and C++

Notifications You must be signed in to change notification settings

gdarko/ColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorPicker

ColorPicker is simple crossplatform application for obtaining the color hexcode of anything on your screen.

Just open the application, hover on anything and press CTRL+C. The hexcode will be copied in your clipboard.

image

Shortcuts

Shortcut Action
CTRL+C Copy the current HEX code
CTRL+X Copy the current RGB code
P Pause the detection, freezes the color
CTRL+G Grab the current screen for Wayland users

Usage Requirements

  • Supported Operating system (MacOS/Linux/Windows)
  • Apple/OSX: Allow permission -> "Security & Privacy > Screen recording"
  • Wayland: Users that use Linux's Wayland Display Server needs to use "CTRL + G" shortcut to grab screenshot first and then use the mouse to detect the color.

Building Requirements

  • Qt 6.3+
  • CMake 3.16+

Contributing

To contribute submit a pull request. I will review them asap.

Copyright (C) 2022 Darko Gjorgjijoski (https://darkog.com)

ColorPicker is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

ColorPicker is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ColorPicker. If not, see <https://www.gnu.org/licenses/>.