Esempio n. 1
0
 /// <summary>
 /// Sets the <see cref="RGBWLights"/> and
 /// <see cref="RGBLights"/> to white and
 /// switches 'on' all <see cref="WhiteLights"/>.
 /// </summary>
 public void AllWhite()
 {
     RGBW.SwitchWhite(0);
     White.SwitchOn();
     RGB.SetColor(Color.White);
 }