public static extern Result PRLEDRGBFade(IntPtr handle, ref PRLEDRGB pLED, uint fadeColor, ushort fadeRate);
public static extern Result PRLEDRGBFadeColor(IntPtr handle, ref PRLEDRGB pLED, uint fadeColor);
public static extern Result PRLEDRGBColor(IntPtr handle, ref PRLEDRGB pLED, ushort color);