Home
last modified time | relevance | path

Searched refs:endColor (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticleEmitter.java103 private ColorRGBA endColor = new ColorRGBA(0.1f, 0.1f, 0.1f, 0.0f); field in ParticleEmitter
167 clone.endColor = endColor.clone(); in clone()
529 return endColor; in getEndColor()
542 public void setEndColor(ColorRGBA endColor) { in setEndColor() argument
543 this.endColor.set(endColor); in setEndColor()
954 p.color.interpolate(startColor, endColor, b); in updateParticle()
1110 oc.write(endColor, "endColor", null); in write()
1147 endColor = (ColorRGBA) ic.readSavable("endColor", null); in read()