Searched defs:endColor (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleEmitter.java103 private ColorRGBA endColor = new ColorRGBA(0.1f, 0.1f, 0.1f, 0.0f); field in class:ParticleEmitter
167 clone.endColor = endColor.clone();
529 return endColor;
540 * @param endColor the end color of the particles spawned.
542 public void setEndColor(ColorRGBA endColor) { argument
543 this.endColor.set(endColor);
954 p.color.interpolate(startColor, endColor, b);
1110 oc.write(endColor, "endColo
[all...]

Completed in 42 milliseconds