Get screen color profile
Unsolved
General and Desktop
-
Is it possible to get the screen color profile? https://doc.qt.io/qt-5.12/qscreen.html
I'm working on a eye dropper/color picker, to capture color values on a webpage, or app.
But depending of the screen color space, I get inaccurate results.So I believe I need to know the colorspace of the screen, in order to convert the value.
Thanks for your help.
-
Hi and welcome to devnet,
AFAIK, that's something that is currently outside of Qt scope.
You might want to take a look at KDE's colour management for a starting point..