Home
last modified time | relevance | path

Searched defs:toFloatBits (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DColor.java311 public float toFloatBits () { in toFloatBits() method in Color
351 public static float toFloatBits (int r, int g, int b, int a) { in toFloatBits() method in Color
360 public static float toFloatBits (float r, float g, float b, float a) { in toFloatBits() method in Color