コード例 #1
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqBCGTransform(IntPtr dest, IntPtr source, ref BCGOptions options, IntPtr mask);
コード例 #2
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqColorBCGTransform(IntPtr dest, IntPtr source, ref BCGOptions redOptions, ref BCGOptions greenOptions, ref BCGOptions blueOptions, IntPtr mask);