mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Eye-care mode
This commit is contained in:
@@ -80,9 +80,9 @@ namespace GHelper.Display
|
|||||||
RunSplendid(SplendidCommand.GamutMode, 0, mode);
|
RunSplendid(SplendidCommand.GamutMode, 0, mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void SetVisual(SplendidCommand mode = SplendidCommand.Default)
|
public static void SetVisual(SplendidCommand mode = SplendidCommand.Default, int whiteBalance = 50)
|
||||||
{
|
{
|
||||||
RunSplendid(mode, 0, 50);
|
RunSplendid(mode, 0, mode == SplendidCommand.Eyecare ? 2 : whiteBalance);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string GetSplendidPath()
|
private static string GetSplendidPath()
|
||||||
|
|||||||
Reference in New Issue
Block a user