Uses of Class
com.badlogic.gdx.graphics.Pixmap.Filter
-
Packages that use Pixmap.Filter Package Description com.badlogic.gdx.graphics -
-
Uses of Pixmap.Filter in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return Pixmap.Filter Modifier and Type Method Description Pixmap.FilterPixmap. getFilter()static Pixmap.FilterPixmap.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.Methods in com.badlogic.gdx.graphics with parameters of type Pixmap.Filter Modifier and Type Method Description voidPixmap. setFilter(Pixmap.Filter filter)Sets the type of interpolationPixmap.Filterto be used in conjunction withPixmap.drawPixmap(Pixmap, int, int, int, int, int, int, int, int).
-