public static class PVRTexture.PVRTextureHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Constructor and Description |
|---|
PVRTextureHeader(byte[] pData) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitmaskAlpha() |
int |
getBitmaskBlue() |
int |
getBitmaskGreen() |
int |
getBitmaskRed() |
int |
getBitsPerPixel() |
int |
getDataLength() |
int |
getFlags() |
int |
getHeight() |
int |
getNumMipmaps() |
int |
getPVRTag() |
PVRTexture.PVRTextureFormat |
getPVRTextureFormat() |
int |
getWidth() |
boolean |
hasAlpha() |
int |
headerLength() |
int |
numSurfs() |
public static final int SIZE
public PVRTexture.PVRTextureFormat getPVRTextureFormat()
public int headerLength()
public int getHeight()
public int getWidth()
public int getNumMipmaps()
public int getFlags()
public int getDataLength()
public int getBitsPerPixel()
public int getBitmaskRed()
public int getBitmaskGreen()
public int getBitmaskBlue()
public int getBitmaskAlpha()
public boolean hasAlpha()
public int getPVRTag()
public int numSurfs()