コード例 #1
0
ファイル: Pinproc.cs プロジェクト: horseyhorsey/NetProcGame
 public static extern Result PRLEDRGBFade(IntPtr handle, ref PRLEDRGB pLED, uint fadeColor, ushort fadeRate);
コード例 #2
0
ファイル: Pinproc.cs プロジェクト: horseyhorsey/NetProcGame
 public static extern Result PRLEDRGBFadeColor(IntPtr handle, ref PRLEDRGB pLED, uint fadeColor);
コード例 #3
0
ファイル: Pinproc.cs プロジェクト: horseyhorsey/NetProcGame
 public static extern Result PRLEDRGBColor(IntPtr handle, ref PRLEDRGB pLED, ushort color);