mwg API
    Preparing search index...

    Interface PaletteMapping

    A source palette colour and the colour it should become, both 0xRRGGBB.

    interface PaletteMapping {
        from: readonly number[];
        to: readonly number[];
    }
    Index
    from: readonly number[]
    to: readonly number[]