HomeSort by relevance Sort by last modified time
    Searched defs:bottomColor (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
GradientEffect.java 33 private Color topColor = Color.cyan, bottomColor = Color.blue;
41 public GradientEffect (Color topColor, Color bottomColor, float scale) {
43 this.bottomColor = bottomColor;
51 g.setPaint(new GradientPaint(0, top, topColor, 0, top + height, bottomColor, cyclic));
64 return bottomColor;
67 public void setBottomColor (Color bottomColor) {
68 this.bottomColor = bottomColor;
105 values.add(EffectUtil.colorValue("Bottom color", bottomColor));
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1093 milliseconds