Rogan Posted August 31, 2008 Posted August 31, 2008 I made a small program which reads the colors under mouse and shows the RGB values in a little window, updating them multiple times a second. The program works well almost everywhere except on some softwares, where it shows just the same values for all the colors in the application window. So my question is: How can I read colors on every application I want?
tlokz Posted August 31, 2008 Posted August 31, 2008 I made a small program which reads the colors under mouse and shows the RGB values in a little window, updating them multiple times a second. The program works well almost everywhere except on some softwares, where it shows just the same values for all the colors in the application window.So my question is: How can I read colors on every application I want?Opt("PixelCoordMode", 2)
Rogan Posted August 31, 2008 Author Posted August 31, 2008 Oh! Thank you very much for the quick answer! Works like a charm.
Rogan Posted August 31, 2008 Author Posted August 31, 2008 Actually almost like a charm x) It reads colors even through skins on applications =D I guess that is not fixable.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now