| Package | Description |
|---|---|
| org.cell2d.celick.opengl |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
PNGDecoder.Format |
PNGDecoder.decideTextureFormat(PNGDecoder.Format fmt)
Computes the implemented format conversion for the desired format.
|
| Modifier and Type | Method and Description |
|---|---|
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) |