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