mwg API
    Preparing search index...

    Interface PaletteRange

    The three-stop gradient a team colour (or any palette range) is built from. mid is the shade the reference's own anchor colour becomes, min the one at the dark end of the range and max the one at the bright end.

    interface PaletteRange {
        max: number;
        mid: number;
        min: number;
    }
    Index
    max: number
    mid: number
    min: number