Searched refs:endColor (Results 1 – 3 of 3) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
D | ParticleEmitter.java | 103 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()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_window.mm | 61 NSColor* endColor = 67 endColor, 0.5,
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | gradient_button_cell.mm | 268 NSColor* endColor = 273 endColor, 1.0, nil];
|