Uses of Class
com.badlogic.gdx.graphics.Pixmap.Blending
-
Packages that use Pixmap.Blending Package Description com.badlogic.gdx.graphics -
-
Uses of Pixmap.Blending in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return Pixmap.Blending Modifier and Type Method Description Pixmap.BlendingPixmap. getBlending()static Pixmap.BlendingPixmap.Blending. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Pixmap.Blending[]Pixmap.Blending. 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.Blending Modifier and Type Method Description voidPixmap. setBlending(Pixmap.Blending blending)Sets the type ofPixmap.Blendingto be used for all operations.
-