Beispiel #1
0
 public static extern Result PRLEDFade(IntPtr handle, ref PRLED pLED, byte fadeColor, ushort fadeRate);
Beispiel #2
0
 public static extern Result PRLEDFadeColor(IntPtr handle, ref PRLED pLED, byte fadeColor);
Beispiel #3
0
 public static extern Result PRLEDColor(IntPtr handle, ref PRLED pLED, uint color);