Package | Description |
---|---|
com.badlogic.gdx.graphics |
Modifier and Type | Method and Description |
---|---|
static Pixmap.Filter |
Pixmap.Filter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pixmap.Filter[] |
Pixmap.Filter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Pixmap.setFilter(Pixmap.Filter filter)
Sets the type of interpolation
Pixmap.Filter to be used in conjunction with
Pixmap.drawPixmap(Pixmap, int, int, int, int, int, int, int, int) . |