|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pixmap.Blending | |
---|---|
com.badlogic.gdx.graphics |
Uses of Pixmap.Blending in com.badlogic.gdx.graphics |
---|
Methods in com.badlogic.gdx.graphics that return Pixmap.Blending | |
---|---|
static Pixmap.Blending |
Pixmap.getBlending()
|
static Pixmap.Blending |
Pixmap.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 | |
---|---|
static void |
Pixmap.setBlending(Pixmap.Blending blending)
Sets the type of Pixmap.Blending to be used for all operations. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |