IdaJS
    Preparing search index...

    Interface ImagesConfiguration

    Configuration for image processing.

    interface ImagesConfiguration {
        images?: Record<string, PaletteConfiguration>;
        sprites?: Record<string, PaletteConfiguration>;
    }
    Index

    Properties

    Properties

    images?: Record<string, PaletteConfiguration>

    Images can be used as full screen backgrounds for dialogs

    sprites?: Record<string, PaletteConfiguration>

    Sprites can be used as smaller images on top of dialogs