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

Packages that use Pixmap.Format
com.badlogic.gdx.assets.loaders   
com.badlogic.gdx.graphics   
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.graphics.glutils   
 

Uses of Pixmap.Format in com.badlogic.gdx.assets.loaders
 

Fields in com.badlogic.gdx.assets.loaders declared as Pixmap.Format
 Pixmap.Format TextureLoader.TextureParameter.format
          the format of the final Texture.
 

Uses of Pixmap.Format in com.badlogic.gdx.graphics
 

Methods in com.badlogic.gdx.graphics that return Pixmap.Format
static Pixmap.Format Pixmap.Format.fromGdx2DPixmapFormat(int format)
           
 Pixmap.Format TextureData.getFormat()
           
 Pixmap.Format Pixmap.getFormat()
           
static Pixmap.Format Pixmap.Format.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Pixmap.Format[] Pixmap.Format.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.Format
static int Pixmap.Format.toGdx2DPixmapFormat(Pixmap.Format format)
           
 

Constructors in com.badlogic.gdx.graphics with parameters of type Pixmap.Format
Cubemap(int width, int height, int depth, Pixmap.Format format)
          Construct a Cubemap with Pixmaps for each side of the specified size.
Pixmap(int width, int height, Pixmap.Format format)
          Creates a new Pixmap instance with the given width, height and format.
Texture(FileHandle file, Pixmap.Format format, boolean useMipMaps)
           
Texture(int width, int height, Pixmap.Format format)
           
Texture(Pixmap pixmap, Pixmap.Format format, boolean useMipMaps)
           
 

Uses of Pixmap.Format in com.badlogic.gdx.graphics.g2d
 

Fields in com.badlogic.gdx.graphics.g2d declared as Pixmap.Format
 Pixmap.Format TextureAtlas.TextureAtlasData.Page.format
           
 

Constructors in com.badlogic.gdx.graphics.g2d with parameters of type Pixmap.Format
PixmapPacker.ManagedPixmapTextureData(Pixmap pixmap, Pixmap.Format format, boolean useMipMaps)
           
PixmapPacker(int width, int height, Pixmap.Format format, int padding, boolean duplicateBorder)
           Creates a new ImagePacker which will insert all supplied images into a width by height image.
TextureAtlas.TextureAtlasData.Page(FileHandle handle, boolean useMipMaps, Pixmap.Format format, Texture.TextureFilter minFilter, Texture.TextureFilter magFilter, Texture.TextureWrap uWrap, Texture.TextureWrap vWrap)
           
 

Uses of Pixmap.Format in com.badlogic.gdx.graphics.glutils
 

Methods in com.badlogic.gdx.graphics.glutils that return Pixmap.Format
 Pixmap.Format PixmapTextureData.getFormat()
           
 Pixmap.Format FloatTextureData.getFormat()
           
 Pixmap.Format FileTextureData.getFormat()
           
 Pixmap.Format ETC1TextureData.getFormat()
           
 

Methods in com.badlogic.gdx.graphics.glutils with parameters of type Pixmap.Format
static Pixmap ETC1.decodeImage(ETC1.ETC1Data etc1Data, Pixmap.Format format)
          Takes ETC1 compressed image data and converts it to a RGB565 or RGB888 Pixmap.
 

Constructors in com.badlogic.gdx.graphics.glutils with parameters of type Pixmap.Format
FileTextureData(FileHandle file, Pixmap preloadedPixmap, Pixmap.Format format, boolean useMipMaps)
           
FrameBuffer(Pixmap.Format format, int width, int height, boolean hasDepth)
          Creates a new FrameBuffer having the given dimensions and potentially a depth buffer attached.
PixmapTextureData(Pixmap pixmap, Pixmap.Format format, boolean useMipMaps, boolean disposePixmap)
           
 



Copyright © 2013. All Rights Reserved.