Hi,
I was wondering if there is an API command-set, or some other way to access Windows 7's Color Management options from a PB program?
The reason I'd want to do this is because some games mess up my display settings and I'm sick of having to open control panel -> color management - advanced - reload current calibrations in order to reset my display to how I have it calibrated.
I guess I could write an autoIt macro too, but I was curious if it could be done in API or not.
Accessing Win7 Color Management?
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Accessing Win7 Color Management?
I think Rashad's stuff on Windows Themes is at least related:
Windows Themes
Windows Themes
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
-
Zach
- Addict

- Posts: 1678
- Joined: Sun Dec 12, 2010 12:36 am
- Location: Somewhere in the midwest
- Contact:
Re: Accessing Win7 Color Management?
No, that seems to be related to Windows Color Themes only. I'm talking about Color Calibration, i.e Brightness, Contrast, Gamma (R/G/B) values, Color Temperature, etc.
Re: Accessing Win7 Color Management?
Zach, you need to go with the API for this I think.
ICM 2.0 API can be used in Windows 98 and later or Windows 2000 and later operating systems. WCS 1.0 API can be used in Windows Vista and later operating systems. I have not looked, but i think there is an SDK for these, remember reading about them at some point in the past.
ICM 2.0 API can be used in Windows 98 and later or Windows 2000 and later operating systems. WCS 1.0 API can be used in Windows Vista and later operating systems. I have not looked, but i think there is an SDK for these, remember reading about them at some point in the past.
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.