Beispiel #1
0
 public static extern int KSJ_ColorCorrectGet(int nChannel, ref KSJ_COLORCORRECT pColorCorrect);
Beispiel #2
0
 public static extern int KSJ_ColorCorrectGetEx(int nChannel, ref KSJ_COLORCORRECT pColorCorrect, ref int pnRTarget, ref int pnGTarget, ref int pnBTarget);
Beispiel #3
0
 public static extern int KSJ_ColorCorrectSet(int nChannel, KSJ_COLORCORRECT ColorCorrect, int nRTarget, int nGTarget, int nBTarget);