public void setSecondaryColor(ArColor color)
 {
     AriaCSPINVOKE.ArDrawingData_setSecondaryColor(swigCPtr, ArColor.getCPtr(color));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ArDrawingData(string shape, ArColor primaryColor, int size, int layer, uint defaultRefreshTime, ArColor secondaryColor) : this(AriaCSPINVOKE.new_ArDrawingData__SWIG_4(shape, ArColor.getCPtr(primaryColor), size, layer, defaultRefreshTime, ArColor.getCPtr(secondaryColor)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ArDrawingData(string shape, ArColor primaryColor, int size, int layer) : this(AriaCSPINVOKE.new_ArDrawingData__SWIG_2(shape, ArColor.getCPtr(primaryColor), size, layer), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }