public virtual void setColourRangeEnd(ColourValue colour) { OgrePINVOKE.ParticleEmitter_setColourRangeEnd(swigCPtr, ColourValue.getCPtr(colour)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public void setBackgroundColour(ColourValue colour) { OgrePINVOKE.Viewport_setBackgroundColour(swigCPtr, ColourValue.getCPtr(colour)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
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(); } }
public void setColour(ColourValue colour) { OgrePINVOKE.Billboard_setColour(swigCPtr, ColourValue.getCPtr(colour)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public void setSpecular(ColourValue specular) { OgrePINVOKE.Technique_setSpecular__SWIG_1(swigCPtr, ColourValue.getCPtr(specular)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public void setAmbient(ColourValue ambient) { OgrePINVOKE.Technique_setAmbient__SWIG_1(swigCPtr, ColourValue.getCPtr(ambient)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public void setDiffuse(ColourValue diffuse) { OgrePINVOKE.Technique_setDiffuse__SWIG_1(swigCPtr, ColourValue.getCPtr(diffuse)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public virtual void colour(ColourValue col) { OgrePINVOKE.ManualObject_colour__SWIG_0(swigCPtr, ColourValue.getCPtr(col)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
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(); } }
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(); } }
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(); } }
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(); } }
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(); } }
public void setSpecularColour(ColourValue colour) { OgrePINVOKE.Light_setSpecularColour__SWIG_1(swigCPtr, ColourValue.getCPtr(colour)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public void setClearColour(ColourValue val) { OgrePINVOKE.CompositionPass_setClearColour(swigCPtr, ColourValue.getCPtr(val)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public void setSelfIllumination(ColourValue selfIllum) { OgrePINVOKE.Technique_setSelfIllumination__SWIG_1(swigCPtr, ColourValue.getCPtr(selfIllum)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
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); }
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(); } }
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(); } }
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); }
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); }
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(); } }