Searched refs:endColor (Results 1 – 1 of 1) sorted by relevance
103 private ColorRGBA endColor = new ColorRGBA(0.1f, 0.1f, 0.1f, 0.0f); field in ParticleEmitter167 clone.endColor = endColor.clone(); in clone()529 return endColor; in getEndColor()542 public void setEndColor(ColorRGBA endColor) { in setEndColor() argument543 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()