| Package | Description |
|---|---|
| com.badlogic.gdx.graphics | |
| com.badlogic.gdx.graphics.g2d |
| Constructor and Description |
|---|
Pixmap(Gdx2DPixmap pixmap)
Constructs a new Pixmap from a
Gdx2DPixmap. |
| Modifier and Type | Method and Description |
|---|---|
static Gdx2DPixmap |
Gdx2DPixmap.newPixmap(java.io.InputStream in,
int requestedFormat) |
static Gdx2DPixmap |
Gdx2DPixmap.newPixmap(int width,
int height,
int format) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gdx2DPixmap.drawPixmap(Gdx2DPixmap src,
int srcX,
int srcY,
int dstX,
int dstY,
int width,
int height) |
void |
Gdx2DPixmap.drawPixmap(Gdx2DPixmap src,
int srcX,
int srcY,
int srcWidth,
int srcHeight,
int dstX,
int dstY,
int dstWidth,
int dstHeight) |