org.gamenet.application.mm8leveleditor.lod
Interface TGADataProducer
- All Known Implementing Classes:
- EnglishDLodEntry, FileBasedModifiedLodResource, MM6LodEntry, MM6SpritesLodEntry, MultipleTGAToBMPFormatConverter.MultipleTGAToBMPConversionOutputStream.InternalLodResource
- public interface TGADataProducer
- Author:
- mlk
getByteWidth
public int getByteWidth()
- Returns:
- image width in bytes
getByteHeight
public int getByteHeight()
- Returns:
- image height in bytes
getPalette
public int[] getPalette()
throws IOException
- Returns:
- int array of palette data
- Throws:
IOException