This is the source code repository of the color picker GUI. The actual widget is designed in C++ and many underlying libraries are implemented by Qt.
This project was created with C++ and the Qt Framework. It features a simple Color Palette Dialog, in which users can adjust the RGB values and produce the equivalent color. Users can also use spin boxes to enter precise numbers. This repository is meant to display the source code only and will not serve any functionality if cloned. (see below)
Because this project uses underlying libraries, cloning this repository will result in error. Use the download link provided to download the raw ZIP file for this application. Then, open the zip file and follow the instructions in "README.txt" within the folder. If your computer blocks the download, please disable your antivirus software or browser blocks. Click the link below to start downloading.
↓ ↓ ↓
Download
↑ ↑ ↑
Q: Why is Google Chrome saying: "This file could be dangerous"?
A: Chrome will warn you if you download files that cannot be verified by the browser. Rest assure, the file is completely safe and contains no viruses. Scan it with an antivirus software if you still aren't convinced.
Q: Why is the executable producing errors?
A: The executable should not be producing errors. Make sure you extract the ZIP before running and follow the instructions in "README.txt".