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