コード例 #1
0
ファイル: GradientHDRState.cs プロジェクト: elix22/Effekseer
 public void SetColorMarkerColor(int index, ColorF value)
 {
     EffekseerNativePINVOKE.GradientHDRState_SetColorMarkerColor(swigCPtr, index, ColorF.getCPtr(value));
     if (EffekseerNativePINVOKE.SWIGPendingException.Pending)
     {
         throw EffekseerNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }