--force-color-profile=srgb don't work
If the --force-color-profile=srgb argument is added to AdditionalBrowserArguments, the application will not start.
Error: System.NullReferenceException: "Object reference not set to an instance of an object."
The colours in the browser are not displayed correctly. The command line does not work for this setting. There are no problems in Edge and in Chrome.
Parameters: --disable-features=msSmartScreenProtection --no-proxy-server Don't cause any errors.
Version SDK: 1.0.1418.22 Runtime: 1.0.1418.22 Framework: WPF OS: Windows 10
Can you elaborate on the scenario for which you need this command line argument? I'll mark this as a tracked bug, thanks!
This is a very famous chrome bug where it does not correctly apply color profiles.
For example, if you work with graphics and you have a printer that uses a certain standard color. Then you would set up a separate color profile for that printer to make sure that the colors on the monitor and on the paper are as similar as possible. In its turn, when Chromium sees a different profile, it starts to produce a dim picture, not SRGB. Therefore I have to "force" it to use the right profile.
In fact it is a standard command line argument and I am surprised that it does not work.