Esempio n. 1
0
 public virtual void setColourRangeEnd(ColourValue colour)
 {
     OgrePINVOKE.ParticleEmitter_setColourRangeEnd(swigCPtr, ColourValue.getCPtr(colour));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public virtual void setColour(ColourValue colourStart, ColourValue colourEnd)
 {
     OgrePINVOKE.ParticleEmitter_setColour__SWIG_1(swigCPtr, ColourValue.getCPtr(colourStart), ColourValue.getCPtr(colourEnd));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public void setBackgroundColour(ColourValue colour)
 {
     OgrePINVOKE.Viewport_setBackgroundColour(swigCPtr, ColourValue.getCPtr(colour));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
 public void clear(uint buffers, ColourValue colour)
 {
     OgrePINVOKE.Viewport_clear__SWIG_2(swigCPtr, buffers, ColourValue.getCPtr(colour));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void setColourTop(ColourValue col)
 {
     OgreOverlayPINVOKE.TextAreaOverlayElement_setColourTop(swigCPtr, ColourValue.getCPtr(col));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 6
0
 public void convertColourValue(ColourValue colour, SWIGTYPE_p_unsigned_int pDest)
 {
     OgrePINVOKE.Root_convertColourValue(swigCPtr, ColourValue.getCPtr(colour), SWIGTYPE_p_unsigned_int.getCPtr(pDest));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 7
0
 public void setColour(ColourValue colour)
 {
     OgrePINVOKE.Billboard_setColour(swigCPtr, ColourValue.getCPtr(colour));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 8
0
 public void setSpecular(ColourValue specular)
 {
     OgrePINVOKE.Technique_setSpecular__SWIG_1(swigCPtr, ColourValue.getCPtr(specular));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 9
0
 public void setAmbient(ColourValue ambient)
 {
     OgrePINVOKE.Technique_setAmbient__SWIG_1(swigCPtr, ColourValue.getCPtr(ambient));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 10
0
 public void setDiffuse(ColourValue diffuse)
 {
     OgrePINVOKE.Technique_setDiffuse__SWIG_1(swigCPtr, ColourValue.getCPtr(diffuse));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 11
0
 public virtual void setInitialColour(uint chainIndex, ColourValue col)
 {
     OgrePINVOKE.RibbonTrail_setInitialColour__SWIG_0(swigCPtr, chainIndex, ColourValue.getCPtr(col));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 12
0
 public virtual void colour(ColourValue col)
 {
     OgrePINVOKE.ManualObject_colour__SWIG_0(swigCPtr, ColourValue.getCPtr(col));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 13
0
 public void setColourAt(ColourValue cv, uint x, uint y, uint z)
 {
     OgrePINVOKE.Image_setColourAt(swigCPtr, ColourValue.getCPtr(cv), x, y, z);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 14
0
 public void setFog(bool overrideScene, FogMode mode, ColourValue colour, float expDensity, float linearStart)
 {
     OgrePINVOKE.Technique_setFog__SWIG_1(swigCPtr, overrideScene, (int)mode, ColourValue.getCPtr(colour), expDensity, linearStart);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 15
0
 public void clear(uint buffers, ColourValue colour, float depth, ushort stencil)
 {
     OgrePINVOKE.Viewport_clear__SWIG_0(swigCPtr, buffers, ColourValue.getCPtr(colour), depth, stencil);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 16
0
 public static void unpackColour(ColourValue colour, PixelFormat pf, SWIGTYPE_p_void src)
 {
     OgrePINVOKE.PixelUtil_unpackColour__SWIG_0(ColourValue.getCPtr(colour), (int)pf, SWIGTYPE_p_void.getCPtr(src));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 17
0
 public void setFogProperties(FogMode fogMode, ColourValue fogColour, float fogStart, float fogEnd, float fogDensity)
 {
     RTShaderPINVOKE.FFPFog_setFogProperties(swigCPtr, (int)fogMode, ColourValue.getCPtr(fogColour), fogStart, fogEnd, fogDensity);
     if (RTShaderPINVOKE.SWIGPendingException.Pending)
     {
         throw RTShaderPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 18
0
 public void setFog(bool overrideScene, FogMode mode, ColourValue colour)
 {
     OgrePINVOKE.Technique_setFog__SWIG_3(swigCPtr, overrideScene, (int)mode, ColourValue.getCPtr(colour));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 19
0
 public void setSpecularColour(ColourValue colour)
 {
     OgrePINVOKE.Light_setSpecularColour__SWIG_1(swigCPtr, ColourValue.getCPtr(colour));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 20
0
 public void setClearColour(ColourValue val)
 {
     OgrePINVOKE.CompositionPass_setClearColour(swigCPtr, ColourValue.getCPtr(val));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 21
0
 public virtual void setColourChange(uint chainIndex, ColourValue valuePerSecond)
 {
     OgrePINVOKE.RibbonTrail_setColourChange__SWIG_0(swigCPtr, chainIndex, ColourValue.getCPtr(valuePerSecond));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 22
0
 public void setSelfIllumination(ColourValue selfIllum)
 {
     OgrePINVOKE.Technique_setSelfIllumination__SWIG_1(swigCPtr, ColourValue.getCPtr(selfIllum));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 23
0
 public void setFog(bool overrideScene, FogMode mode, ColourValue colour, float expDensity)
 {
     OgrePINVOKE.Material_setFog__SWIG_2(swigCPtr, overrideScene, (int)mode, ColourValue.getCPtr(colour), expDensity);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 24
0
        public static uint convertColourValue(ColourValue src, VertexElementType dst)
        {
            uint ret = OgrePINVOKE.VertexElement_convertColourValue__SWIG_1(ColourValue.getCPtr(src), (int)dst);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 25
0
 public void setNamedConstant(string name, ColourValue colour)
 {
     OgrePINVOKE.GpuSharedParameters_setNamedConstant__SWIG_10(swigCPtr, name, ColourValue.getCPtr(colour));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 26
0
 public Billboard(Vector3 position, BillboardSet owner, ColourValue colour) : this(OgrePINVOKE.new_Billboard__SWIG_1(Vector3.getCPtr(position), BillboardSet.getCPtr(owner), ColourValue.getCPtr(colour)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 27
0
        public Billboard createBillboard(float x, float y, float z, ColourValue colour)
        {
            global::System.IntPtr cPtr = OgrePINVOKE.BillboardSet_createBillboard__SWIG_2(swigCPtr, x, y, z, ColourValue.getCPtr(colour));
            Billboard             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Billboard(cPtr, false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 28
0
        public Billboard createBillboard(Vector3 position, ColourValue colour)
        {
            global::System.IntPtr cPtr = OgrePINVOKE.BillboardSet_createBillboard__SWIG_0(swigCPtr, Vector3.getCPtr(position), ColourValue.getCPtr(colour));
            Billboard             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Billboard(cPtr, false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 29
0
 public Element(Vector3 position, float width, float texCoord, ColourValue colour, Quaternion orientation) : this(OgrePINVOKE.new_BillboardChain_Element__SWIG_1(Vector3.getCPtr(position), width, texCoord, ColourValue.getCPtr(colour), Quaternion.getCPtr(orientation)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }