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

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
NumberUtils.java 31 public static int floatToIntColor (float value) {
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
NumberUtils.java 28 public static int floatToIntColor (float value) {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
Decal.java 97 this.color.set(NumberUtils.floatToIntColor(color));

Completed in 1129 milliseconds