If you want to disable the srgb (gamma correction) option you can do it as follows:
AppSettings settings = new AppSettings(true);
settings.setGammaCorrection(false);
It seems that the “effective data” indicates that srgb should be disabled…
If you want to disable the srgb (gamma correction) option you can do it as follows:
AppSettings settings = new AppSettings(true);
settings.setGammaCorrection(false);
It seems that the “effective data” indicates that srgb should be disabled…