public static extern Result PRLEDFade(IntPtr handle, ref PRLED pLED, byte fadeColor, ushort fadeRate);
public static extern Result PRLEDFadeColor(IntPtr handle, ref PRLED pLED, byte fadeColor);
public static extern Result PRLEDColor(IntPtr handle, ref PRLED pLED, uint color);