ColorGoggles is an extremely lightweight application that automatically manages your digital saturation when playing games to enhance visibility. This application is absolutely Vac safe, many professional players are known to tweak their digital saturation. This is an alternative to VibranceGUI for people with Intel HD Graphics or dual-graphics laptops.
C:\Windows\System32
and use the Search function to find a file named igfxDHLib.dll
igfxDHLib.dll
in the same folder as Color-Goggles.exe
You have to do this because there are multiple versions of igfxDHLib.dll
(they are all marked as 1.0.0.0
but are different), so I cannot embed the interop types in the .exe nor give you my DLL as it wouldn't work in most cases.
IMPORTANT: If you are using the new Intel DCH Drivers and cannot find the DLL, follow these steps: https://github.com/daniele-salvagni/color-goggles/issues/16#issuecomment-513561967
You can always find the latest release on the website: https://dan.salvagni.io/s/color-goggles/
The saturation is changed using Intel's igfxDHLib.dll
which is undocumented, there are no public APIs so I had to reverse engineer the Intel HD Graphics Control Panel and then proceed mostly by trial and error. Please report any issues you may encounter.