mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
sRGB and Custom gammas support
This commit is contained in:
@@ -257,6 +257,15 @@ namespace GHelper
|
||||
panelPerformance.Focus();
|
||||
|
||||
InitBrightness();
|
||||
|
||||
checkSRGB.Checked = screenControl.GetSRGB();
|
||||
checkSRGB.CheckedChanged += CheckSRGB_CheckedChanged;
|
||||
|
||||
}
|
||||
|
||||
private void CheckSRGB_CheckedChanged(object? sender, EventArgs e)
|
||||
{
|
||||
screenControl.ToggleSRGB();
|
||||
}
|
||||
|
||||
public void InitBrightness()
|
||||
|
||||
Reference in New Issue
Block a user