Package | Description |
---|---|
com.badlogic.gdx.graphics |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Pixmap.setBlending(Pixmap.Blending blending)
Sets the type of
Pixmap.Blending to be used for all operations. |