com.sun.jimi.core.decoder.tga
Class TGAColorMap

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.tga.TGAColorMap

public class TGAColorMap
extends java.lang.Object

TGA color map format section. This class reads in the color map data and converts it to a java array of color integers. This converts 16 bit colors by scaling them upto 24 bit. [ though i think i should make a 16 bit ColorModel ] This 16 bit color maps should be very rare....


Constructor Summary
TGAColorMap(LEDataInputStream in, TGAFileHeader tgaFH)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGAColorMap

public TGAColorMap(LEDataInputStream in,
                   TGAFileHeader tgaFH)
            throws java.io.IOException