|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PNGDecoder.Format | |
---|---|
org.newdawn.slick.opengl | This package contains the nitty gritty image manipulation code for using OpenGL with standard image formats. |
Uses of PNGDecoder.Format in org.newdawn.slick.opengl |
---|
Fields in org.newdawn.slick.opengl declared as PNGDecoder.Format | |
---|---|
static PNGDecoder.Format |
PNGDecoder.ABGR
|
static PNGDecoder.Format |
PNGDecoder.ALPHA
|
static PNGDecoder.Format |
PNGDecoder.BGRA
|
static PNGDecoder.Format |
PNGDecoder.LUMINANCE
|
static PNGDecoder.Format |
PNGDecoder.LUMINANCE_ALPHA
|
static PNGDecoder.Format |
PNGDecoder.RGB
|
static PNGDecoder.Format |
PNGDecoder.RGBA
|
Methods in org.newdawn.slick.opengl that return PNGDecoder.Format | |
---|---|
PNGDecoder.Format |
PNGDecoder.decideTextureFormat(PNGDecoder.Format fmt)
Computes the implemented format conversion for the desired format. |
Methods in org.newdawn.slick.opengl with parameters of type PNGDecoder.Format | |
---|---|
PNGDecoder.Format |
PNGDecoder.decideTextureFormat(PNGDecoder.Format fmt)
Computes the implemented format conversion for the desired format. |
void |
PNGDecoder.decode(java.nio.ByteBuffer buffer,
int stride,
PNGDecoder.Format fmt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |