예제 #1
0
 public AmbientLight(Col4 c) : this(VixenLibPINVOKE.new_AmbientLight__SWIG_1(Col4.getCPtr(c)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public Col4(Col4 arg0) : this(VixenLibPINVOKE.new_Col4__SWIG_2(Col4.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public Appearance(Col4 arg0) : this(VixenLibPINVOKE.new_Appearance__SWIG_4(Col4.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #4
0
        public bool Equals(Col4 arg0)
        {
            bool ret = VixenLibPINVOKE.Col4_Equals(swigCPtr, Col4.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #5
0
        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);
        }
예제 #6
0
        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);
        }
예제 #7
0
        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);
        }
예제 #8
0
 public PhongMaterial(Col4 c) : this(VixenLibPINVOKE.new_PhongMaterial__SWIG_1(Col4.getCPtr(c)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }