Searched defs:endColor (Results 1 - 2 of 2) 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...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 164 milliseconds