Beispiel #1
0
 private void SetScreenNormal()
 {
     BrightnessController.SetGamma(128);
 }
Beispiel #2
0
 private void SetScreenBright()
 {
     BrightnessController.SetGamma(255);
 }