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