Interface SGI
-
interface SGI
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLORMODE_COLORMAP
Obsolete.static int
COLORMODE_DITHERED
Obsolete.static int
COLORMODE_NORMAL
Only ColorMode NORMAL should be used.static int
COLORMODE_SCREEN
Obsolete.static byte
COMPRESSION_NONE
No compression, channels stored verbatim.static byte
COMPRESSION_RLE
Runlength encoed compression, channels are prepended by one offset and length tables (one entry in each per scanline).static short
MAGIC
-
-
-
Field Detail
-
MAGIC
static final short MAGIC
- See Also:
- Constant Field Values
-
COMPRESSION_NONE
static final byte COMPRESSION_NONE
No compression, channels stored verbatim.- See Also:
- Constant Field Values
-
COMPRESSION_RLE
static final byte COMPRESSION_RLE
Runlength encoed compression, channels are prepended by one offset and length tables (one entry in each per scanline).- See Also:
- Constant Field Values
-
COLORMODE_NORMAL
static final int COLORMODE_NORMAL
Only ColorMode NORMAL should be used.- See Also:
- Constant Field Values
-
COLORMODE_DITHERED
static final int COLORMODE_DITHERED
Obsolete.- See Also:
- Constant Field Values
-
COLORMODE_SCREEN
static final int COLORMODE_SCREEN
Obsolete.- See Also:
- Constant Field Values
-
COLORMODE_COLORMAP
static final int COLORMODE_COLORMAP
Obsolete.- See Also:
- Constant Field Values
-
-