This class reads in all of the TGA image header in addition it also reads in the imageID field as it is convenient to handle that here.
More...
This class reads in all of the TGA image header in addition it also reads in the imageID field as it is convenient to handle that here.
- Author
- Robin Luiten
- Version
- 1.1
Definition at line 90 of file TGAImage.java.
◆ attribPerPixel()
| byte com.jogamp.opengl.util.texture.spi.TGAImage.Header.attribPerPixel |
( |
| ) |
|
◆ colorMapEntrySize()
| byte com.jogamp.opengl.util.texture.spi.TGAImage.Header.colorMapEntrySize |
( |
| ) |
|
◆ colorMapLength()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.colorMapLength |
( |
| ) |
|
◆ colorMapType()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.colorMapType |
( |
| ) |
|
◆ firstEntryIndex()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.firstEntryIndex |
( |
| ) |
|
◆ height()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.height |
( |
| ) |
|
◆ idLength()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.idLength |
( |
| ) |
|
◆ imageDescriptor()
| byte com.jogamp.opengl.util.texture.spi.TGAImage.Header.imageDescriptor |
( |
| ) |
|
◆ imageID()
| String com.jogamp.opengl.util.texture.spi.TGAImage.Header.imageID |
( |
| ) |
|
◆ imageIDbuf()
| byte[] com.jogamp.opengl.util.texture.spi.TGAImage.Header.imageIDbuf |
( |
| ) |
|
◆ imageType()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.imageType |
( |
| ) |
|
◆ interleave()
| byte com.jogamp.opengl.util.texture.spi.TGAImage.Header.interleave |
( |
| ) |
|
◆ pixelDepth()
| byte com.jogamp.opengl.util.texture.spi.TGAImage.Header.pixelDepth |
( |
| ) |
|
◆ rightToLeft()
| boolean com.jogamp.opengl.util.texture.spi.TGAImage.Header.rightToLeft |
( |
| ) |
|
◆ size()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.size |
( |
| ) |
|
◆ tgaType()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.tgaType |
( |
| ) |
|
◆ topToBottom()
| boolean com.jogamp.opengl.util.texture.spi.TGAImage.Header.topToBottom |
( |
| ) |
|
◆ toString()
| String com.jogamp.opengl.util.texture.spi.TGAImage.Header.toString |
( |
| ) |
|
◆ width()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.width |
( |
| ) |
|
◆ xOrigin()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.xOrigin |
( |
| ) |
|
◆ yOrigin()
| int com.jogamp.opengl.util.texture.spi.TGAImage.Header.yOrigin |
( |
| ) |
|
◆ BLACKWHITE
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.BLACKWHITE = 11 |
|
static |
◆ COLORMAPPED
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.COLORMAPPED = 9 |
|
static |
◆ I_FOURWAY
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.I_FOURWAY = 2 |
|
static |
◆ I_NOTINTERLEAVED
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.I_NOTINTERLEAVED = 0 |
|
static |
Field image descriptor / interleave values.
Definition at line 112 of file TGAImage.java.
◆ I_TWOWAY
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.I_TWOWAY = 1 |
|
static |
◆ ID_ATTRIBPERPIXEL
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.ID_ATTRIBPERPIXEL = 0xF |
|
static |
Field image descriptor bitfield values definitions.
Definition at line 106 of file TGAImage.java.
◆ ID_INTERLEAVE
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.ID_INTERLEAVE = 0xC0 |
|
static |
◆ ID_RIGHTTOLEFT
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.ID_RIGHTTOLEFT = 0x10 |
|
static |
◆ ID_TOPTOBOTTOM
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.ID_TOPTOBOTTOM = 0x20 |
|
static |
◆ NO_IMAGE
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.NO_IMAGE = 0 |
|
static |
Set of possible image types in TGA file.
Definition at line 97 of file TGAImage.java.
◆ TRUECOLOR
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.TRUECOLOR = 10 |
|
static |
◆ TYPE_NEW
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.TYPE_NEW = 0 |
|
static |
Set of possible file format TGA types.
Definition at line 92 of file TGAImage.java.
◆ TYPE_OLD
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.TYPE_OLD = 1 |
|
static |
◆ TYPE_UNK
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.TYPE_UNK = 2 |
|
static |
◆ UBLACKWHITE
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.UBLACKWHITE = 3 |
|
static |
◆ UCOLORMAPPED
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.UCOLORMAPPED = 1 |
|
static |
◆ UTRUECOLOR
| final int com.jogamp.opengl.util.texture.spi.TGAImage.Header.UTRUECOLOR = 2 |
|
static |
The documentation for this class was generated from the following file:
- src/jogl/classes/com/jogamp/opengl/util/texture/spi/TGAImage.java