|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of csColor in crystalspace.jbind.impl.csutil.cscolor |
Methods in crystalspace.jbind.impl.csutil.cscolor that return csColor | |
csColor |
csColor.mul(float f)
Multiply this color by a scalar value. |
csColor |
csColor.add(csColor c)
Add another color to this one. |
csColor |
csColor.minus(csColor c)
Subtract another color to this one. |
csColor |
csColor.set(csColor c)
Assign one color object to another. |
Methods in crystalspace.jbind.impl.csutil.cscolor with parameters of type csColor | |
csColor |
csColor.add(csColor c)
Add another color to this one. |
csColor |
csColor.minus(csColor c)
Subtract another color to this one. |
csColor |
csColor.set(csColor c)
Assign one color object to another. |
Constructors in crystalspace.jbind.impl.csutil.cscolor with parameters of type csColor | |
csColor(csColor c)
|
Uses of csColor in crystalspace.jbind.impl.engine.engine |
Methods in crystalspace.jbind.impl.engine.engine that return csColor | |
csColor |
csEngine.getAmbientLight()
|
Methods in crystalspace.jbind.impl.engine.engine with parameters of type csColor | |
iLight |
csEngine.createLight(java.lang.String name,
csVector3 pos,
float radius,
csColor color,
boolean pseudoDyn)
|
iTextureWrapper |
csEngine.createBlackTexture(java.lang.String name,
int w,
int h,
csColor iTransp,
int iFlags)
|
iTextureWrapper |
csEngine.createTexture(java.lang.String name,
java.lang.String fileName,
csColor transp,
int flags)
|
void |
csEngine.getDefaultAmbientLight(csColor c)
|
void |
csEngine.setAmbientLight(csColor color)
|
Uses of csColor in crystalspace.jbind.impl.engine.light |
Methods in crystalspace.jbind.impl.engine.light that return csColor | |
csColor |
csLight.getColor()
|
Methods in crystalspace.jbind.impl.engine.light with parameters of type csColor | |
void |
csLight.setColor(csColor col)
|
void |
csLightCallback.onColorChange(iLight light,
csColor newcolor)
|
Uses of csColor in crystalspace.jbind.impl.engine.sector |
Methods in crystalspace.jbind.impl.engine.sector that return csColor | |
csColor |
csSector.getDynamicAmbientLight()
|
Methods in crystalspace.jbind.impl.engine.sector with parameters of type csColor | |
void |
csSector.setDynamicAmbientLight(csColor color)
|
void |
csSector.setFog(float density,
csColor color)
|
Uses of csColor in crystalspace.jbind.impl.engine.sharevar |
Methods in crystalspace.jbind.impl.engine.sharevar that return csColor | |
csColor |
csSharedVariable.getColor()
|
Methods in crystalspace.jbind.impl.engine.sharevar with parameters of type csColor | |
void |
csSharedVariable.setColor(csColor col)
|
Uses of csColor in crystalspace.jbind.impl.mesh.lighting |
Methods in crystalspace.jbind.impl.mesh.lighting that return csColor | |
csColor |
csLightingInfo.getDynamicAmbientLight()
|
Methods in crystalspace.jbind.impl.mesh.lighting with parameters of type csColor | |
void |
csLightingInfo.setDynamicAmbientLight(csColor color)
|
Uses of csColor in crystalspace.jbind.impl.mesh.object |
Methods in crystalspace.jbind.impl.mesh.object with parameters of type csColor | |
boolean |
csMeshObject.getColor(csColor color)
|
boolean |
csMeshObject.setColor(csColor color)
|
Uses of csColor in crystalspace.jbind.impl.video.vbufmgr |
Methods in crystalspace.jbind.impl.video.vbufmgr that return csColor | |
csColor[] |
csVertexBuffer.getColors()
|
Methods in crystalspace.jbind.impl.video.vbufmgr with parameters of type csColor | |
boolean |
csVertexBufferManager.lockBuffer(iVertexBuffer buf,
csVector3[] verts,
csVector2[] texels,
csColor[] colors,
int buf_number,
csBox3 bbox)
|
Uses of csColor in crystalspace.jbind.interfaces.iengine.engine |
Methods in crystalspace.jbind.interfaces.iengine.engine that return csColor | |
csColor |
iEngine.getAmbientLight()
Return the amount of ambient light. |
Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type csColor | |
iTextureWrapper |
iEngine.createTexture(java.lang.String name,
java.lang.String fileName,
csColor transp,
int flags)
Create a texture from a file. |
iTextureWrapper |
iEngine.createBlackTexture(java.lang.String name,
int w,
int h,
csColor iTransp,
int iFlags)
Create a black texture. |
iLight |
iEngine.createLight(java.lang.String name,
csVector3 pos,
float radius,
csColor color,
boolean pseudoDyn)
Create a static/pseudo-dynamic light. |
void |
iEngine.setAmbientLight(csColor color)
Set the amount of ambient light. |
void |
iEngine.getDefaultAmbientLight(csColor c)
Return the default amount of ambient light. |
Uses of csColor in crystalspace.jbind.interfaces.iengine.light |
Methods in crystalspace.jbind.interfaces.iengine.light that return csColor | |
csColor |
iLight.getColor()
Get the color of this light. |
Methods in crystalspace.jbind.interfaces.iengine.light with parameters of type csColor | |
void |
iLight.setColor(csColor col)
Set the color of this light. |
void |
iLightCallback.onColorChange(iLight light,
csColor newcolor)
Light color will be changed. |
Uses of csColor in crystalspace.jbind.interfaces.iengine.sector |
Methods in crystalspace.jbind.interfaces.iengine.sector that return csColor | |
csColor |
iSector.getDynamicAmbientLight()
Get the last set dynamic ambient light for this sector. |
Methods in crystalspace.jbind.interfaces.iengine.sector with parameters of type csColor | |
void |
iSector.setDynamicAmbientLight(csColor color)
Sets dynamic ambient light for all things in the sector. |
void |
iSector.setFog(float density,
csColor color)
Fill the fog structure with the given values. |
Uses of csColor in crystalspace.jbind.interfaces.iengine.sharevar |
Methods in crystalspace.jbind.interfaces.iengine.sharevar that return csColor | |
csColor |
iSharedVariable.getColor()
Get the csColor from the variable. |
Methods in crystalspace.jbind.interfaces.iengine.sharevar with parameters of type csColor | |
void |
iSharedVariable.setColor(csColor col)
Set the variable to store a csColor. |
Uses of csColor in crystalspace.jbind.interfaces.imesh.lighting |
Methods in crystalspace.jbind.interfaces.imesh.lighting that return csColor | |
csColor |
iLightingInfo.getDynamicAmbientLight()
Get dynamic ambient light. |
Methods in crystalspace.jbind.interfaces.imesh.lighting with parameters of type csColor | |
void |
iLightingInfo.setDynamicAmbientLight(csColor color)
Sets dynamic ambient light for this object. |
Uses of csColor in crystalspace.jbind.interfaces.imesh.object |
Methods in crystalspace.jbind.interfaces.imesh.object with parameters of type csColor | |
boolean |
iMeshObject.getColor(csColor color)
Get the base color of the mesh. |
boolean |
iMeshObject.setColor(csColor color)
Set the base color of the mesh. |
Uses of csColor in crystalspace.jbind.interfaces.ivideo.vbufmgr |
Methods in crystalspace.jbind.interfaces.ivideo.vbufmgr that return csColor | |
csColor[] |
iVertexBuffer.getColors()
Get the current array of colors. |
Methods in crystalspace.jbind.interfaces.ivideo.vbufmgr with parameters of type csColor | |
boolean |
iVertexBufferManager.lockBuffer(iVertexBuffer buf,
csVector3[] verts,
csVector2[] texels,
csColor[] colors,
int buf_number,
csBox3 bbox)
Lock this vertex buffer for use. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |