Beispiel #1
0
 public PhongMaterial(Col4 c) : this(VixenLibPINVOKE.new_PhongMaterial__SWIG_1(Col4.getCPtr(c)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public AmbientLight(Col4 c) : this(VixenLibPINVOKE.new_AmbientLight__SWIG_1(Col4.getCPtr(c)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public Col4(Col4 arg0) : this(VixenLibPINVOKE.new_Col4__SWIG_2(Col4.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 public Appearance(Col4 arg0) : this(VixenLibPINVOKE.new_Appearance__SWIG_4(Col4.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #5
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);
        }
Beispiel #6
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);
        }
Beispiel #7
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);
        }
Beispiel #8
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);
        }
Beispiel #9
0
 internal static HandleRef getCPtr(Col4 obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #10
0
        public Col4 Div(float arg0)
        {
            Col4 ret = new Col4(VixenLibPINVOKE.Col4_Div(swigCPtr, arg0), true);

            return(ret);
        }
Beispiel #11
0
        public Col4 GetVal(int i)
        {
            Col4 ret = new Col4(VixenLibPINVOKE.KeyColor_GetVal(swigCPtr, i), false);

            return(ret);
        }