An open API service indexing awesome lists of open source software.

https://github.com/gdarko/colorpicker

Cross-platform color detection app based on Qt and C++
https://github.com/gdarko/colorpicker

color-detector color-picker colors cplusplus qt qt6

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://user-images.githubusercontent.com/5760249/188268716-6d6cddd7-06ff-4d70-a978-100fdaa01437.png)

### 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 .
```