Class MutableIndexColorModel

java.lang.Object
java.awt.image.ColorModel
com.twelvemonkeys.imageio.plugins.iff.MutableIndexColorModel
All Implemented Interfaces:
Transparency

final class MutableIndexColorModel extends ColorModel
A mutable indexed color model. For use with images that exploits Amiga hardware to change the color lookup table between scan lines.
Version:
$Id: MutableIndexColorModel.java,v 1.0 29.03.12 15:00 haraldk Exp$
  • Field Details

  • Constructor Details

    • MutableIndexColorModel

      public MutableIndexColorModel(IndexColorModel base)
  • Method Details