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

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
BlitTest.java 28 Texture rgba8888; field in class:BlitTest
35 rgba8888 = new Texture("data/bobargb8888-32x32.png");
47 batch.draw(rgba8888, 60, 0);
57 rgba8888.dispose();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Color.java 76 public Color (int rgba8888) {
77 rgba8888ToColor(this, rgba8888);
396 public static int rgba8888 (float r, float g, float b, float a) { method in class:Color
416 public static int rgba8888 (Color color) { method in class:Color
458 /** Sets the Color components using the specified integer value in the format RGBA8888. This is inverse to the rgba8888(r, g,
462 * @param value An integer color value in RGBA8888 format. */

Completed in 720 milliseconds