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

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
BlitTest.java 27 Texture rgb888; field in class:BlitTest
34 rgb888 = new Texture("data/bobrgb888-32x32.png");
46 batch.draw(rgb888, 0, 0);
56 rgb888.dispose();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Color.java 392 public static int rgb888 (float r, float g, float b) { method in class:Color
412 public static int rgb888 (Color color) { method in class:Color
447 /** Sets the Color components using the specified integer value in the format RGB888. This is inverse to the rgb888(r, g, b)
451 * @param value An integer color value in RGB888 format. */

Completed in 831 milliseconds