Package net.mtrop.doom.graphics


package net.mtrop.doom.graphics
Contains abstracts and implementations of graphic types.
  • Class
    Description
    This is a single entry that indexes the palette indices for color lookup.
    Abstraction of the ENDOOM and other similarly-formatted lumps for the Doom Engine.
    Doom graphic data that has no header data for its dimensions/offsets.
    Deprecated.
    Since 2.13.0 - made superfluous.
    The palette that makes up the Doom Engine's color palette.
    Doom graphic data stored as column-major indices (patches and most graphics with baked-in offsets).
    Represents PNG-formatted data as a decompressed image, preserving offset information (grAb).