public PhongMaterial(Col4 c) : this(VixenLibPINVOKE.new_PhongMaterial__SWIG_1(Col4.getCPtr(c)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public AmbientLight(Col4 c) : this(VixenLibPINVOKE.new_AmbientLight__SWIG_1(Col4.getCPtr(c)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public Col4(Col4 arg0) : this(VixenLibPINVOKE.new_Col4__SWIG_2(Col4.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public Appearance(Col4 arg0) : this(VixenLibPINVOKE.new_Appearance__SWIG_4(Col4.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public bool Equals(Col4 arg0) { bool ret = VixenLibPINVOKE.Col4_Equals(swigCPtr, Col4.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public Col4 Add(Col4 arg0) { Col4 ret = new Col4(VixenLibPINVOKE.Col4_Add(swigCPtr, Col4.getCPtr(arg0)), true); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool AddVal(float t, Col4 key) { bool ret = VixenLibPINVOKE.KeyColor_AddVal(swigCPtr, t, Col4.getCPtr(key)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool Set(string name, Col4 v) { bool ret = VixenLibPINVOKE.DeviceBuffer_Set__SWIG_2(swigCPtr, name, Col4.getCPtr(v)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(Col4 obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public Col4 Div(float arg0) { Col4 ret = new Col4(VixenLibPINVOKE.Col4_Div(swigCPtr, arg0), true); return(ret); }
public Col4 GetVal(int i) { Col4 ret = new Col4(VixenLibPINVOKE.KeyColor_GetVal(swigCPtr, i), false); return(ret); }