libgdx API

Uses of Class
com.badlogic.gdx.graphics.Pixmap.Blending

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

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)