Is there any way to let user pick color from screen ? Like the one in GIMP or gcolor2 , you click on anywhere on the screen , and it will tell you the color under mouse.
P.S: QColorDialog doesn’t have the “pick” function
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can grab a one-pixel portion of the entire screen and convert it into a QPixmap:
Then it’s easy to extract the color. See function documentation here.