Exemple #1
0
 public void SetColorMarkerColor(int index, ColorF value)
 {
     EffekseerNativePINVOKE.GradientHDRState_SetColorMarkerColor(swigCPtr, index, ColorF.getCPtr(value));
     if (EffekseerNativePINVOKE.SWIGPendingException.Pending)
     {
         throw EffekseerNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }